summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvcodeline.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/nvcodeline.lua b/lua/nvcodeline.lua
index 53b7a54a..a01091da 100644
--- a/lua/nvcodeline.lua
+++ b/lua/nvcodeline.lua
@@ -54,13 +54,13 @@ gls.left[2] = {
-- auto change color according the vim mode
local mode_color = {n = colors.purple,
i = colors.green,
- v=colors.blue,
+ v = colors.blue,
[''] = colors.blue,
- V=colors.blue,
+ V = colors.blue,
c = colors.purple,
no = colors.magenta,
s = colors.orange,
- S=colors.orange,
+ S = colors.orange,
[''] = colors.orange,
ic = colors.yellow,
R = colors.red,