idk
This commit is contained in:
parent
9d3d05066f
commit
88549fc9c6
5 changed files with 44 additions and 35 deletions
|
@ -94,7 +94,8 @@ local ViMode = {
|
|||
-- control the padding and make sure our string is always at least 2
|
||||
-- characters long. Plus a nice Icon.
|
||||
provider = function(self)
|
||||
return " %2("..self.mode_names[self.mode].."%)"
|
||||
--return " %2("..self.mode_names[self.mode].."%)"
|
||||
return "%2("..self.mode_names[self.mode].."%)"
|
||||
end,
|
||||
-- Same goes for the highlight. Now the foreground will change according to the current mode.
|
||||
hl = function(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue