Mathias Rothenhaeusler 2023-08-26 11:50:29 +02:00
commit 73bc1e8d30
1 changed files with 1 additions and 0 deletions

View File

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