Highlight search terms in nvim

This commit is contained in:
Michael Yockey
2024-09-16 09:02:59 -04:00
parent d2ec930b3e
commit 568d4c7f6e

View File

@@ -13,7 +13,7 @@ vim.opt.backup = false
vim.opt.undodir = os.getenv('HOME') .. '/.nvim/undodir'
vim.opt.undofile = true
vim.opt.hlsearch = false
vim.opt.hlsearch = true
vim.opt.incsearch = true
vim.opt.termguicolors = true