|
|
|
@ -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
|
|
|
|
|