mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 10:05:37 +02:00
adding a missing space on icon. (#362)
This commit is contained in:
parent
7c71f0f498
commit
d4a3e948a0
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ gls.right[5] = {
|
|||
if tbl[vim.bo.filetype] then return false end
|
||||
return true
|
||||
end,
|
||||
icon = ' ',
|
||||
icon = ' ',
|
||||
highlight = {colors.grey, colors.bg}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue