hlsearch true

main
Mathias Rothenhaeusler 2023-08-25 19:51:02 +02:00
parent c9196da391
commit 61b6d65060
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ vim.opt.scrolloff = 8
-- search settings
opt.smartcase = true
opt.ignorecase = true
opt.hlsearch = true
-- appearance
opt.termguicolors = true