Trying out a file tree plugin for neovim
This commit is contained in:
parent
e8bdd58014
commit
5a4ce9b2aa
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -34,3 +34,6 @@
|
||||||
[submodule "neovim/pack/vendor/start/nvim-lspconfig"]
|
[submodule "neovim/pack/vendor/start/nvim-lspconfig"]
|
||||||
path = neovim/pack/vendor/start/nvim-lspconfig
|
path = neovim/pack/vendor/start/nvim-lspconfig
|
||||||
url = https://github.com/neovim/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
|
||||||
|
|
1
neovim/pack/vendor/start/nvim-tree
vendored
Submodule
1
neovim/pack/vendor/start/nvim-tree
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 2a268f631da85e83b7a95291be589bcddfc785d8
|
Loading…
Add table
Reference in a new issue