summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris <[email protected]>2020-10-31 16:45:57 -0400
committerChris <[email protected]>2020-10-31 16:45:57 -0400
commitdce33a9053d86fb1134eafed10c7e1ffafc43e7e (patch)
treedaec2fab3cce28b8d693e440324d590bedff4b67
parent5030b0bf89360bfcbf15fb65965036daad58ff11 (diff)
remove space
-rw-r--r--lua/nvcodeline.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvcodeline.lua b/lua/nvcodeline.lua
index 696f51be..0235f240 100644
--- a/lua/nvcodeline.lua
+++ b/lua/nvcodeline.lua
@@ -73,7 +73,7 @@ gls.left[2] = {
['!'] = colors.red,
t = colors.red}
vim.api.nvim_command('hi GalaxyViMode guibg='..mode_color[vim.fn.mode()])
- return ' NV Code '
+ return ' NVCode '
end,
separator = ' ',
separator_highlight = {colors.yellow,function()