mirror of
https://codeberg.org/JasterV/dotfiles.git
synced 2026-04-26 18:40:04 +00:00
8 lines
117 B
Lua
8 lines
117 B
Lua
return {
|
|
-- Incremental rename
|
|
{
|
|
"smjonas/inc-rename.nvim",
|
|
cmd = "IncRename",
|
|
config = true,
|
|
},
|
|
}
|