Remove nvim-tree

This commit is contained in:
2023-12-17 23:23:09 +01:00
parent 459391a82c
commit aa415ec76c
4 changed files with 0 additions and 95 deletions
-7
View File
@@ -176,13 +176,6 @@ local plugins = {
lazy = true,
ft = { "jenkinsfile", "Jenkinsfile", },
},
{
"kyazdani42/nvim-tree.lua",
config = require("plugins.tree"),
dependencies = {
"nvim-tree/nvim-web-devicons",
},
},
{
"dstein64/vim-startuptime",
lazy = true,