Disabled the disabling of the showmode option, b/c I like a highly verbose editor.

pull/166/head
Kevin James Lausen 3 years ago
parent 6f1bf54fa5
commit e02b7d9e2b

@ -10,7 +10,6 @@ vim.opt.incsearch = true -- Turn on incremental search hi
vim.opt.ignorecase = true -- ignore case in search patterns
vim.opt.mouse = "a" -- allow the mouse to be used in neovim
vim.opt.pumheight = 10 -- pop up menu height
vim.opt.showmode = false -- we don't need to see things like -- INSERT -- anymore
vim.opt.showtabline = 2 -- always show tabs
vim.opt.smartcase = true -- smart case
vim.opt.smartindent = true -- make indenting smarter again

Loading…
Cancel
Save