Skip to content

Commit 9df647d

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

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

lua/astrocommunity/editing-support/refactor-nvim/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
The most intuitive and powerful "Find & Replace" Plugin for NeoVim.
44
Inspired from the vscode's "Find and Replace" feature.
55

6-
**Repository:** <https://github.com/ShifatHasanGNS/refactor.nvim>
6+
**Repository:** <https://github.com/ShifatHasanGNS/refactor.nvim>
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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
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,
88
}

0 commit comments

Comments
 (0)