Skip to content

Commit

Permalink
fix: do not split the preview window when substitute
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Jun 18, 2024
1 parent 417cb3e commit a7ca3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/one/plugins/vim-options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ default.opt = {
-- Searching
ignorecase = true, -- case insensitive searching
smartcase = true, -- case-sensitive if expresson contains a capital letter
inccommand = 'split', -- neovim feature: live preview
inccommand = 'nosplit', -- neovim feature: live preview

-- Error Bell
errorbells = false,
Expand Down

0 comments on commit a7ca3de

Please sign in to comment.