Revert "Remove nvim-tree"

This reverts commit e5146fbaa4b222d128a338953d0557045a55df29.
This commit is contained in:
2023-09-20 01:19:48 +02:00
parent 665c298cd8
commit d939bc6cea
3 changed files with 79 additions and 0 deletions
+4
View File
@@ -177,6 +177,10 @@ local plugins = {
lazy = true,
ft = { "jenkinsfile", "Jenkinsfile", },
},
{
"kyazdani42/nvim-tree.lua",
config = function () require("plugins.config.tree") end,
},
{
"dstein64/vim-startuptime",
lazy = true,