chore: Add some beautiful icons
Signed-off-by: Anonymous1231-dev <87801676+Anonymous1231-dev@users.noreply.github.com>
This commit is contained in:
parent
c7949aa3c3
commit
6e063cb3e3
3 changed files with 9 additions and 9 deletions
|
@ -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>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue