1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-28 10:24:47 +01:00

NVIM: Switched to file-renamer.nvim from oil.nvim

This commit is contained in:
2026-03-24 02:46:44 +01:00
parent 9db91ef6a7
commit 2a08955030
3 changed files with 4 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
return {
-- rename files in buffer
"tiyn/file-renamer.nvim",
}

View File

@@ -1,8 +0,0 @@
return {
-- rename files in buffer
"stevearc/oil.nvim",
---@module 'oil'
---@type oil.setupopts
opts = {},
dependencies = { "nvim-mini/mini.icons" },
}