feat(statusline): clean up lsp title
This commit is contained in:
parent
fb7722d56d
commit
3ce2b74636
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ gls.right = {
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
return ' LSP: [' .. client_str .. ']'
|
return ' (' .. client_str .. ')'
|
||||||
end,
|
end,
|
||||||
highlight = 'GalaxyViModeInv',
|
highlight = 'GalaxyViModeInv',
|
||||||
condition = check_buffer_and_width,
|
condition = check_buffer_and_width,
|
||||||
|
|
Loading…
Add table
Reference in a new issue