1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-04-07 07:54:47 +02:00

Nvim: Updated file-renamer.nvim dependencies

This commit is contained in:
2026-04-06 05:30:55 +02:00
parent 66e81c5275
commit a87272d079

View File

@@ -1,5 +1,8 @@
return {
-- rename files in buffer
"tiyn/file-renamer.nvim",
dependencies = {
"nvim-tree/nvim-web-devicons",
},
cmd = { "Ren", "Renamer" },
}