diff --git a/lua/conf/opts.lua b/lua/conf/opts.lua index ea6e4e9..1d21f20 100644 --- a/lua/conf/opts.lua +++ b/lua/conf/opts.lua @@ -77,7 +77,7 @@ do -- statusline "%r", -- readonly flag "%=", -- seperate left and right side - -- print out the number of lsp clients attached with nice colors :) + -- print out the number of lsp clients attached "λ"..#vim.lsp.get_clients({ bufnr = 0 }), " ", "%<", -- we can start truncating here (I want to keep the file name)