From 2a6b7779499db773ce275d9ce4b2e53349e09a69 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 16 Mar 2024 22:38:01 +0000 Subject: [PATCH] With fidget.nvim there's no need for statusline lsp info --- lua/statusline.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/statusline.lua b/lua/statusline.lua index 4f70151..8bf7e93 100644 --- a/lua/statusline.lua +++ b/lua/statusline.lua @@ -92,10 +92,6 @@ local function generic(group, name, show_lsp) .. '%#StatusLineDark#' .. '%{&readonly ? " 🔒" : ""}' .. '%{&modifiable ? "" : " ⛔"}' - -- FIXME: if show_lsp and vim.fn.exists('*coc#status') then - -- -- Display LSP status. - -- line = line .. '%#StatusLineDuskFade#%( %{coc#status()}%)' - -- end -- Display filetype if set. line = line .. '%=' .. '%#StatusLineDark# %{&filetype} ' -- Display fileencoding if not utf-8 and fileformat if not unix with dusk