Add Treesitter to Neovim packages

From version 0.6, Neovim comes with support to Treesitter, which helps
on navigating code's AST and adds the ability to make language specific
decisions with plugins.
This commit is contained in:
Dionisio E Alonso 2022-01-07 16:07:53 -03:00
parent ecfb1b20d7
commit 3d3756176a
2 changed files with 6 additions and 0 deletions

5
.gitmodules vendored
View File

@ -64,6 +64,11 @@
url = https://github.com/onsails/lspkind-nvim.git url = https://github.com/onsails/lspkind-nvim.git
shallow = true shallow = true
ignore = all ignore = all
[submodule "nvim/pack/misc/start/nvim-treesitter"]
path = nvim/pack/misc/start/nvim-treesitter
url = https://github.com/nvim-treesitter/nvim-treesitter.git
shallow = true
ignore = all
[submodule "vim/pack/misc/start/vim-gitgutter"] [submodule "vim/pack/misc/start/vim-gitgutter"]
path = vim/pack/misc/start/vim-gitgutter path = vim/pack/misc/start/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git url = https://github.com/airblade/vim-gitgutter.git

@ -0,0 +1 @@
Subproject commit 0f01bbb1c28055de6b81da1ba7385e01e0b67215