nvim-develop #3

Closed
t0xa wants to merge 44 commits from nvim-develop into main
Showing only changes of commit d315070a8b - Show all commits

View file

@ -1,7 +1,7 @@
local opt = vim.opt local opt = vim.opt
-- Command to show inline what are you trying to perform -- Command to show inline what are you trying to perform
inccommand = "split" opt.inccommand = "split"
-- Search settings to toggle "smart case" search only if 1+ uppercase char -- Search settings to toggle "smart case" search only if 1+ uppercase char
-- persist in search line -- persist in search line