Move showmode option to theme.lua

This commit is contained in:
ItsDrike 2021-12-06 14:05:00 +01:00
parent 328adaec75
commit 5109286054
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -11,6 +11,7 @@ o.relativenumber = true -- Use relative line numbers
o.showmatch = true -- Show matching bracket
o.scrolloff = 5 -- Keep 5 lines horizontal scrolloff
o.sidescrolloff = 5 -- Keep 5 chars vertical scrolloff
o.showmode = false -- Don't display mode (it's on status line anyway)
-- I wasn't able to find a way to set guioptions directly in lua
cmd[[