add hlsearch

This commit is contained in:
Thomas Ruoff
2023-05-09 21:05:00 +02:00
parent 771c6fd9dc
commit f73511b364

View File

@@ -10,6 +10,8 @@ vim.opt.showmode = false
vim.opt.relativenumber = true
vim.opt.listchars = 'tab:» ,extends:,precedes:,nbsp:·,trail:·,eol:↵'
vim.opt.hlsearch = true
-- global status line ftw
vim.opt.laststatus = 3
-- sometimes handy, sometimes not, still evaluating