mirror of
https://github.com/hazemKrimi/config.nvim.git
synced 2026-05-02 02:30:27 +00:00
Disable hlsearch
This commit is contained in:
@@ -18,7 +18,7 @@ vim.o.sidescrolloff = 8
|
||||
vim.o.cursorline = false
|
||||
vim.o.splitbelow = true
|
||||
vim.o.splitright = true
|
||||
vim.o.hlsearch = true
|
||||
vim.o.hlsearch = false
|
||||
vim.o.showmode = false
|
||||
vim.opt.termguicolors = true
|
||||
vim.o.whichwrap = 'bs<>[]hl'
|
||||
|
||||
Reference in New Issue
Block a user