Add nvim-tree dependency

This commit is contained in:
2023-09-20 01:50:28 +02:00
parent 22b07c1168
commit 915d828b00
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -180,6 +180,9 @@ local plugins = {
{
"kyazdani42/nvim-tree.lua",
config = function () require("plugins.config.tree") end,
dependencies = {
"nvim-tree/nvim-web-devicons",
},
},
{
"dstein64/vim-startuptime",