From 8d33d629c77392960f31a403980461fd7584b418 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Fri, 29 Sep 2023 09:22:30 +0200 Subject: [PATCH] fix: use nerdfont compatible lsp-status icon --- home-manager/neovim/lspconfig.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/neovim/lspconfig.lua b/home-manager/neovim/lspconfig.lua index 700c1cf..8030910 100644 --- a/home-manager/neovim/lspconfig.lua +++ b/home-manager/neovim/lspconfig.lua @@ -49,6 +49,7 @@ lsp_status.config({ current_function = false, show_filename = false, diagnostics = true, + status_symbol = "", }) lsp_status.register_progress()