Highlight search terms in nvim
This commit is contained in:
@@ -13,7 +13,7 @@ vim.opt.backup = false
|
|||||||
vim.opt.undodir = os.getenv('HOME') .. '/.nvim/undodir'
|
vim.opt.undodir = os.getenv('HOME') .. '/.nvim/undodir'
|
||||||
vim.opt.undofile = true
|
vim.opt.undofile = true
|
||||||
|
|
||||||
vim.opt.hlsearch = false
|
vim.opt.hlsearch = true
|
||||||
vim.opt.incsearch = true
|
vim.opt.incsearch = true
|
||||||
|
|
||||||
vim.opt.termguicolors = true
|
vim.opt.termguicolors = true
|
||||||
|
|||||||
Reference in New Issue
Block a user