diff --git a/.gitmodules b/.gitmodules index 95a093c..e2e686e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "neovim/pack/vendor/start/nvim-lspconfig"] path = neovim/pack/vendor/start/nvim-lspconfig url = https://github.com/neovim/nvim-lspconfig +[submodule "neovim/pack/vendor/start/nvim-tree"] + path = neovim/pack/vendor/start/nvim-tree + url = https://github.com/nvim-tree/nvim-tree.lua.git diff --git a/neovim/pack/vendor/start/nvim-tree b/neovim/pack/vendor/start/nvim-tree new file mode 160000 index 0000000..2a268f6 --- /dev/null +++ b/neovim/pack/vendor/start/nvim-tree @@ -0,0 +1 @@ +Subproject commit 2a268f631da85e83b7a95291be589bcddfc785d8