add(nvim): spectre for regex search and replace

This commit is contained in:
Léana 江 2023-05-26 01:53:03 +02:00 committed by Léana 江
parent 59d2779494
commit 5679990543
3 changed files with 5 additions and 6 deletions

View file

@ -42,7 +42,8 @@ require("lazy").setup({
{ "akinsho/toggleterm.nvim", version = "*" },
-- Can't live without
{ "ggandor/leap.nvim", name = "leap", dependencies = "tpope/vim-repeat" },
{ "nvim-pack/nvim-spectre", dependencies = "nvim-lua/plenary.nvim" },
{ "ggandor/leap.nvim", dependencies = "tpope/vim-repeat" },
{ "shortcuts/no-neck-pain.nvim", version = "*" },
"numToStr/Comment.nvim",
"tpope/vim-surround",