mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Move showmode option to theme.lua
This commit is contained in:
parent
328adaec75
commit
5109286054
|
@ -46,4 +46,3 @@ o.autoread = true -- Automatically reload files on change
|
||||||
o.mouse = "a" -- Enable mouse mode
|
o.mouse = "a" -- Enable mouse mode
|
||||||
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)
|
|
||||||
|
|
|
@ -11,6 +11,7 @@ o.relativenumber = true -- Use relative line numbers
|
||||||
o.showmatch = true -- Show matching bracket
|
o.showmatch = true -- Show matching bracket
|
||||||
o.scrolloff = 5 -- Keep 5 lines horizontal scrolloff
|
o.scrolloff = 5 -- Keep 5 lines horizontal scrolloff
|
||||||
o.sidescrolloff = 5 -- Keep 5 chars vertical 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
|
-- I wasn't able to find a way to set guioptions directly in lua
|
||||||
cmd[[
|
cmd[[
|
||||||
|
|
Loading…
Reference in a new issue