Skip to content

Commit

Permalink
add space between lsp text/icon in statusline
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck76 committed Aug 26, 2021
1 parent 4e645c3 commit e107e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/configs/statusline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e107e1a

Please sign in to comment.