mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(spectre): use new url by default
This commit is contained in:
parent
3e46dd61cd
commit
7b9145c12d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ return {
|
|||
|
||||
-- search/replace in multiple files
|
||||
{
|
||||
"windwp/nvim-spectre",
|
||||
"nvim-pack/nvim-spectre",
|
||||
-- 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