From 420b69f57b13bf347cd3863456ee4ef102b5a06d Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 31 Oct 2020 18:53:03 -0400 Subject: [PATCH] format --- lua/nvcodeline.lua | 6 +++--- 1 file 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,