feat(statusline): clean up lsp title

This commit is contained in:
Matt Leong 2021-12-06 18:44:03 -08:00
parent fb7722d56d
commit 3ce2b74636

View file

@ -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,