chore: updated neovim opts
23a08d0e
1 file(s) · +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 |