chore: Add some beautiful icons
Signed-off-by: Anonymous1231-dev <87801676+Anonymous1231-dev@users.noreply.github.com>
This commit is contained in:
committed by
siduck
parent
c7949aa3c3
commit
6e063cb3e3
@@ -21,8 +21,8 @@ local options = {
|
||||
modified_icon = "",
|
||||
close_icon = "",
|
||||
show_close_icon = false,
|
||||
left_trunc_marker = "",
|
||||
right_trunc_marker = "",
|
||||
left_trunc_marker = " ",
|
||||
right_trunc_marker = " ",
|
||||
max_name_length = 14,
|
||||
max_prefix_length = 13,
|
||||
tab_size = 20,
|
||||
|
||||
@@ -13,9 +13,9 @@ local options = {
|
||||
|
||||
ui = {
|
||||
icons = {
|
||||
server_installed = "",
|
||||
server_pending = "",
|
||||
server_uninstalled = "ﮊ",
|
||||
server_installed = " ",
|
||||
server_pending = " ",
|
||||
server_uninstalled = " ﮊ",
|
||||
},
|
||||
keymaps = {
|
||||
toggle_server_expand = "<CR>",
|
||||
|
||||
Reference in New Issue
Block a user