diff --git a/home/.config/nvim/lua/options.lua b/home/.config/nvim/lua/options.lua index e92472c..3e79a02 100644 --- a/home/.config/nvim/lua/options.lua +++ b/home/.config/nvim/lua/options.lua @@ -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) diff --git a/home/.config/nvim/lua/theme.lua b/home/.config/nvim/lua/theme.lua index c838be9..5d4c050 100644 --- a/home/.config/nvim/lua/theme.lua +++ b/home/.config/nvim/lua/theme.lua @@ -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[[