From 5a4ce9b2aaee488a2a4ba6b954a18ad597bbbbc8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 21 Nov 2024 19:54:08 +0000 Subject: [PATCH] Trying out a file tree plugin for neovim --- .gitmodules | 3 +++ neovim/pack/vendor/start/nvim-tree | 1 + 2 files changed, 4 insertions(+) create mode 160000 neovim/pack/vendor/start/nvim-tree 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