enable highlighting of search

This commit is contained in:
Arjun Patel
2023-02-08 06:02:22 -06:00
parent 09aac154e1
commit ae6ce0d7b0
+1 -1
View File
@@ -16,7 +16,7 @@ vim.opt.backup = false
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
vim.opt.undofile = true
vim.opt.hlsearch = false
-- vim.opt.hlsearch = false
vim.opt.incsearch = true
vim.opt.termguicolors = true