Remove nvim-tree

This commit is contained in:
2023-09-19 16:14:02 +02:00
parent 22187c326e
commit 99e744f0de
3 changed files with 0 additions and 79 deletions
-4
View File
@@ -173,10 +173,6 @@ local plugins = {
lazy = true,
ft = { "jenkinsfile", "Jenkinsfile", },
},
{
"kyazdani42/nvim-tree.lua",
config = function () require("plugins.config.tree") end,
},
{
"dstein64/vim-startuptime",
lazy = true,