add space between lsp text/icon in statusline
This commit is contained in:
@@ -204,7 +204,7 @@ components.mid.active[1] = {
|
|||||||
components.right.active[1] = {
|
components.right.active[1] = {
|
||||||
provider = function()
|
provider = function()
|
||||||
if next(vim.lsp.buf_get_clients()) ~= nil then
|
if next(vim.lsp.buf_get_clients()) ~= nil then
|
||||||
return " LSP "
|
return " LSP "
|
||||||
else
|
else
|
||||||
return ""
|
return ""
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user