diff options
author | Chris <[email protected]> | 2020-10-31 18:53:03 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-31 18:53:03 -0400 |
commit | 420b69f57b13bf347cd3863456ee4ef102b5a06d (patch) | |
tree | 8846cc66e00879395a2ecd2f0dbdb452b008d3b0 /lua/nvcodeline.lua | |
parent | d79a3019844d99a6a93e9d3e046466692c222db6 (diff) |
format
Diffstat (limited to 'lua/nvcodeline.lua')
-rw-r--r-- | lua/nvcodeline.lua | 6 |
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, |