not sure why I forgot to update this comment the colors were removed...
a while ago
This commit is contained in:
parent
869859a2ce
commit
86d7f17341
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ do -- statusline
|
||||||
"%r", -- readonly flag
|
"%r", -- readonly flag
|
||||||
"%=", -- seperate left and right side
|
"%=", -- 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 }), " ",
|
"λ"..#vim.lsp.get_clients({ bufnr = 0 }), " ",
|
||||||
|
|
||||||
"%<", -- we can start truncating here (I want to keep the file name)
|
"%<", -- we can start truncating here (I want to keep the file name)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue