mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
add space between lsp text/icon in statusline
This commit is contained in:
parent
4e645c3c9f
commit
e107e1aaf7
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ components.mid.active[1] = {
|
|||
components.right.active[1] = {
|
||||
provider = function()
|
||||
if next(vim.lsp.buf_get_clients()) ~= nil then
|
||||
return " LSP "
|
||||
return " LSP "
|
||||
else
|
||||
return ""
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue