mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix(spectre): make spectre behave with regards to swap files
This commit is contained in:
parent
419086e8a3
commit
bb4a7fe410
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ return {
|
|||
-- search/replace in multiple files
|
||||
{
|
||||
"nvim-pack/nvim-spectre",
|
||||
cmd = "Spectre",
|
||||
opts = { open_cmd = "noswapfile vnew" },
|
||||
-- stylua: ignore
|
||||
keys = {
|
||||
{ "<leader>sr", function() require("spectre").open() end, desc = "Replace in files (Spectre)" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue