Add inc_rename
This commit is contained in:
parent
e5384de476
commit
95f32af304
2 changed files with 10 additions and 4 deletions
7
nvim/lua/plugs/inc_rename.lua
Normal file
7
nvim/lua/plugs/inc_rename.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"smjonas/inc-rename.nvim",
|
||||
opts = {},
|
||||
keys = {
|
||||
{ "<leader>r", ":IncRename " },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue