diff options
author | Chris <[email protected]> | 2020-10-31 16:45:57 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-31 16:45:57 -0400 |
commit | dce33a9053d86fb1134eafed10c7e1ffafc43e7e (patch) | |
tree | daec2fab3cce28b8d693e440324d590bedff4b67 /lua/nvcodeline.lua | |
parent | 5030b0bf89360bfcbf15fb65965036daad58ff11 (diff) |
remove space
Diffstat (limited to 'lua/nvcodeline.lua')
-rw-r--r-- | lua/nvcodeline.lua | 2 |
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() |