Skip to content

Commit 0023579

Browse files
feat(editing-support): added refactor.nvim plugin
1 parent 0696fd6 commit 0023579

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# refactor.nvim
2+
3+
The most intuitive and powerful "Find & Replace" Plugin for NeoVim.
4+
Inspired from the vscode's "Find and Replace" feature.
5+
6+
**Repository:** <https://github.com/ShifatHasanGNS/refactor.nvim>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
return {
2+
"ShifatHasanGNS/refactor.nvim",
3+
config = function()
4+
require("refactor").setup({
5+
default_flags = "" -- Case-insensitive, Partial-match, Literal-text, Normal-case
6+
})
7+
end
8+
}

0 commit comments

Comments
 (0)