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
@ -25,10 +25,10 @@ M.options = {
|
|||||||
compile_on_sync = true,
|
compile_on_sync = true,
|
||||||
git = { clone_timeout = 6000 },
|
git = { clone_timeout = 6000 },
|
||||||
display = {
|
display = {
|
||||||
working_sym = "ﲊ",
|
working_sym = " ﲊ",
|
||||||
error_sym = "✗",
|
error_sym = "✗ ",
|
||||||
done_sym = "",
|
done_sym = " ",
|
||||||
removed_sym = "",
|
removed_sym = " ",
|
||||||
moved_sym = "",
|
moved_sym = "",
|
||||||
open_fn = function()
|
open_fn = function()
|
||||||
return require("packer.util").float { border = "single" }
|
return require("packer.util").float { border = "single" }
|
||||||
|
@ -21,8 +21,8 @@ local options = {
|
|||||||
modified_icon = "",
|
modified_icon = "",
|
||||||
close_icon = "",
|
close_icon = "",
|
||||||
show_close_icon = false,
|
show_close_icon = false,
|
||||||
left_trunc_marker = "",
|
left_trunc_marker = " ",
|
||||||
right_trunc_marker = "",
|
right_trunc_marker = " ",
|
||||||
max_name_length = 14,
|
max_name_length = 14,
|
||||||
max_prefix_length = 13,
|
max_prefix_length = 13,
|
||||||
tab_size = 20,
|
tab_size = 20,
|
||||||
|
@ -13,9 +13,9 @@ local options = {
|
|||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
icons = {
|
icons = {
|
||||||
server_installed = "",
|
server_installed = " ",
|
||||||
server_pending = "",
|
server_pending = " ",
|
||||||
server_uninstalled = "ﮊ",
|
server_uninstalled = " ﮊ",
|
||||||
},
|
},
|
||||||
keymaps = {
|
keymaps = {
|
||||||
toggle_server_expand = "<CR>",
|
toggle_server_expand = "<CR>",
|
||||||
|
Loading…
Reference in New Issue
Block a user