Enable hlsearch
Can be cancelled with <C-l>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user