mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-04-07 07:54:47 +02:00
9 lines
156 B
Lua
9 lines
156 B
Lua
return {
|
|
-- rename files in buffer
|
|
"tiyn/file-renamer.nvim",
|
|
dependencies = {
|
|
"nvim-tree/nvim-web-devicons",
|
|
},
|
|
cmd = { "Ren", "Renamer" },
|
|
}
|