chore: updated neovim opts 23a08d0e
Steve · 2025-09-02 21:31 1 file(s) · +1 −0
nvim/lua/config/options.lua +1 −0
20 20
opt.grepprg = "rg --vimgrep"
21 21
opt.ignorecase = true      -- Ignore case
22 22
opt.inccommand = "nosplit" -- preview incremental substitute
23 +
opt.incsearch = true
23 24
opt.laststatus = 3         -- global statusline
24 25
opt.list = true            -- Show some invisible characters (tabs...
25 26
opt.mouse = "a"            -- Enable mouse mode