From 3793c73983a49e854d8cd513b24e25df2788bbbd Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 5 Feb 2022 00:50:38 +0100 Subject: nvim: better lsp icons We usually have a font that supports them, so let's use the nice unicode defaults --- neovim/.config/nvim/init.vim | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'neovim/.config/nvim') diff --git a/neovim/.config/nvim/init.vim b/neovim/.config/nvim/init.vim index 45e1ece..da9d6d1 100644 --- a/neovim/.config/nvim/init.vim +++ b/neovim/.config/nvim/init.vim @@ -146,10 +146,7 @@ lsp_status.register_progress() lsp_status.config({ current_function = false, kind_labels = kind_labels, - indicator_errors = "×", - indicator_warnings = "!", - indicator_info = "i", - indicator_hint = "›", + indicator_hint = '?', -- the default is a wide codepoint which breaks absolute and relative -- line counts if placed before airline's Z section status_symbol = "", -- cgit v1.2.3