1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 13:07:45 +01:00

nvim: added file manager inside nvim

This commit is contained in:
tiyn 2023-08-11 20:52:02 +02:00
parent f2a4954c70
commit 54a40495d7

View File

@ -546,6 +546,13 @@ return require("lazy").setup({
config = function()
require("startup").setup()
end
},
-- file renamer in vim
{
'stevearc/oil.nvim',
dependencies = { "nvim-tree/nvim-web-devicons" },
opts = {},
}
},