rm extra space from statusline icons
This commit is contained in:
parent
2c33e3dd38
commit
0e09c3f471
2 changed files with 8 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ local icon_styles = {
|
|||
left = " ",
|
||||
right = " ",
|
||||
main_icon = " ",
|
||||
vi_mode_icon = " ",
|
||||
vi_mode_icon = " ",
|
||||
position_icon = " ",
|
||||
},
|
||||
|
||||
|
|
@ -209,7 +209,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…
Add table
Add a link
Reference in a new issue