Don't show current mode

This commit is contained in:
ItsDrike 2021-12-06 13:53:32 +01:00
parent fbe51f22ef
commit 88891bb2a4
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843

View file

@ -43,3 +43,4 @@ o.autoindent = true -- Enable autoindent
o.autoread = true -- Automatically reload files on change
o.undolevels = 999 -- Lots of these
o.history = 1000 -- More history
o.showmode = false -- Don't display mode (it's on status line anyway)