diff --git a/plugin/10_options.lua b/plugin/10_options.lua index 7b3c5ec..e1b1f5a 100644 --- a/plugin/10_options.lua +++ b/plugin/10_options.lua @@ -46,7 +46,8 @@ vim.o.splitbelow = true -- Horizontal splits will be below vim.o.splitkeep = 'screen' -- Reduce scroll during window split vim.o.splitright = true -- Vertical splits will be to the right 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