adding a missing space on icon. (#362)

This commit is contained in:
Francisco Suárez 2021-05-04 21:02:10 -05:00 committed by GitHub
parent 7c71f0f498
commit d4a3e948a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
}
}