From 6e063cb3e3abfcdc3cb5200e65dfb84eaec53354 Mon Sep 17 00:00:00 2001 From: Anonymous1231-dev <87801676+Anonymous1231-dev@users.noreply.github.com> Date: Sun, 29 May 2022 12:46:31 +0800 Subject: [PATCH] chore: Add some beautiful icons Signed-off-by: Anonymous1231-dev <87801676+Anonymous1231-dev@users.noreply.github.com> --- lua/core/packer.lua | 8 ++++---- lua/plugins/configs/bufferline.lua | 4 ++-- lua/plugins/configs/lsp_installer.lua | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lua/core/packer.lua b/lua/core/packer.lua index 2bd4a6e..3ee917e 100644 --- a/lua/core/packer.lua +++ b/lua/core/packer.lua @@ -25,10 +25,10 @@ M.options = { compile_on_sync = true, git = { clone_timeout = 6000 }, display = { - working_sym = "ﲊ", - error_sym = "✗", - done_sym = "﫟", - removed_sym = "", + working_sym = " ﲊ", + error_sym = "✗ ", + done_sym = " ", + removed_sym = " ", moved_sym = "", open_fn = function() return require("packer.util").float { border = "single" } diff --git a/lua/plugins/configs/bufferline.lua b/lua/plugins/configs/bufferline.lua index 4292d3b..b6f62da 100644 --- a/lua/plugins/configs/bufferline.lua +++ b/lua/plugins/configs/bufferline.lua @@ -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, diff --git a/lua/plugins/configs/lsp_installer.lua b/lua/plugins/configs/lsp_installer.lua index 112a318..000f536 100644 --- a/lua/plugins/configs/lsp_installer.lua +++ b/lua/plugins/configs/lsp_installer.lua @@ -13,9 +13,9 @@ local options = { ui = { icons = { - server_installed = "", - server_pending = "", - server_uninstalled = "ﮊ", + server_installed = " ", + server_pending = " ", + server_uninstalled = " ﮊ", }, keymaps = { toggle_server_expand = "",