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