mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-20 02:02:27 +00:00
Don't show current mode
This commit is contained in:
parent
fbe51f22ef
commit
88891bb2a4
1 changed files with 1 additions and 0 deletions
|
@ -43,3 +43,4 @@ o.autoindent = true -- Enable autoindent
|
||||||
o.autoread = true -- Automatically reload files on change
|
o.autoread = true -- Automatically reload files on change
|
||||||
o.undolevels = 999 -- Lots of these
|
o.undolevels = 999 -- Lots of these
|
||||||
o.history = 1000 -- More history
|
o.history = 1000 -- More history
|
||||||
|
o.showmode = false -- Don't display mode (it's on status line anyway)
|
||||||
|
|
Loading…
Add table
Reference in a new issue