neovim: add nvim-tree

This commit is contained in:
2023-08-31 11:04:09 +03:00
parent 9c2ff43fec
commit 6f4ff1088d
4 changed files with 104 additions and 2 deletions

View File

@@ -49,6 +49,9 @@ require("packer").startup(function(use)
use({ "mbbill/undotree" })
use({ "kyazdani42/nvim-tree.lua" })
use({ "kyazdani42/nvim-web-devicons" })
if PACKER_BOOTSTRAP then
require("packer").sync()
end