No highligh on search
This commit is contained in:
@@ -46,7 +46,8 @@ vim.o.splitbelow = true -- Horizontal splits will be below
|
|||||||
vim.o.splitkeep = 'screen' -- Reduce scroll during window split
|
vim.o.splitkeep = 'screen' -- Reduce scroll during window split
|
||||||
vim.o.splitright = true -- Vertical splits will be to the right
|
vim.o.splitright = true -- Vertical splits will be to the right
|
||||||
vim.o.winborder = 'rounded' -- Use border in floating windows
|
vim.o.winborder = 'rounded' -- Use border in floating windows
|
||||||
vim.o.wrap = false -- Don't visually wrap lines (toggle with \w)
|
vim.o.wrap = false -- Visually wrap lines (toggle with \w)
|
||||||
|
vim.o.hls = false
|
||||||
|
|
||||||
vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line
|
vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user