Show window when using substitute

This commit is contained in:
Bartek Stalewski 2024-09-20 12:35:53 +02:00
parent 42bf583337
commit d8f9f42fef
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -6,6 +6,7 @@ local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!
o.gdefault = true
o.hlsearch = false
o.inccommand = "split"
o.shiftround = true
o.relativenumber = false
o.wrap = true