Skip to content

Commit

Permalink
feat!: Set incccomand to split
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 5, 2024
1 parent 4c7b7d9 commit 8c94d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/defaults/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ return {
hidden = true, -- Enable modified buffers in background
history = 500, -- Use the 'history' option to set the number of lines from command mode that are remembered.
ignorecase = true, -- ignore case in search patterns
inccommand = "nosplit", -- preview incremental substitute
inccommand = "split",
list = false, -- enable or disable listchars
listchars = {
eol = "",
Expand Down

0 comments on commit 8c94d15

Please sign in to comment.