chore: Add some beautiful icons

Signed-off-by: Anonymous1231-dev <87801676+Anonymous1231-dev@users.noreply.github.com>
This commit is contained in:
Anonymous1231-dev 2022-05-29 12:46:31 +08:00 committed by siduck
parent c7949aa3c3
commit 6e063cb3e3
3 changed files with 9 additions and 9 deletions

View file

@ -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,

View file

@ -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>",