Enable hlsearch

Can be cancelled with <C-l>
This commit is contained in:
2023-09-13 16:11:50 +02:00
parent 6c8967b68b
commit e085e2efb9
+1 -1
View File
@@ -82,7 +82,7 @@ vim.opt.diffopt:append("internal")
-- https://vimways.org/2018/the-power-of-diff/
vim.opt.diffopt:append({ "indent-heuristic", "algorithm:histogram", })
vim.fn.execute("filetype plugin on")
vim.opt.hlsearch = false
vim.opt.hlsearch = true
vim.opt.laststatus = 3
vim.opt.textwidth = 80
vim.opt.colorcolumn = '+1'