feat: neovim - find and search globally, refactoring

This commit is contained in:
Ryan Yin
2023-08-12 14:16:32 +08:00
parent 2f6d1aa482
commit 9c3e4bea8d
3 changed files with 33 additions and 10 deletions

View File

@@ -99,8 +99,7 @@ return {
},
}
},
-- The plugin offers the `:Refactor` command to refactor code.
-- TODO not work yet
-- The plugin offers the alibity to refactor code.
{
"ThePrimeagen/refactoring.nvim",
dependencies = {
@@ -108,8 +107,7 @@ return {
{"nvim-treesitter/nvim-treesitter"}
}
},
-- The plugin offers the `:Spectre` command to search and replace.
-- TODO not work yet
-- The plugin offers the abilibty to search and replace.
{
"nvim-pack/nvim-spectre",
dependencies = {