From 86d7f17341f1078343d6fdda20cd56d7ba1df5dd Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 2 Sep 2025 11:06:13 -0400 Subject: [PATCH] not sure why I forgot to update this comment the colors were removed... a while ago --- lua/conf/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)