Merge branch 'main' of https://gitea.safemind.net/mathias/nvim-kickstart
commit
73bc1e8d30
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue