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()