plugins: Pin nvim-treesitter to v0.8.0
authorStefan Huber <shuber@sthu.org>
Sat, 22 Oct 2022 22:19:09 +0000 (00:19 +0200)
committerStefan Huber <shuber@sthu.org>
Sat, 22 Oct 2022 22:19:09 +0000 (00:19 +0200)
This is the latest version (commit) compatible with <neovim-0.8.

plugins-noroot-nolowendbox.vim

index 2c14c20f3c8b49354d8f88ca23817fd486025ee0..d3d955961a08ad3940268d5595e8b810422395a2 100644 (file)
@@ -57,7 +57,7 @@ Plug 'dbeniamine/cheat.sh-vim', {'on': 'Cheat'}
 Plug 'sheerun/vim-polyglot'
 
 if has('nvim-0.5')
-    Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}
+    Plug 'nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate', 'tag': 'v0.8.0'}
     Plug 'nvim-treesitter/nvim-treesitter-refactor', {'do': ':TSUpdate'}
 endif
 
@@ -175,8 +175,8 @@ function PluginsNorootNolowendboxConfig()
 
 lua <<EOF
         require'nvim-treesitter.configs'.setup {
-            -- one of "all", "maintained" (parsers with maintainers), or a list of languages
-            ensure_installed = "maintained",
+            -- one of "all"
+            ensure_installed = "all",
             -- List of parsers to ignore installing
             ignore_install = {},
             -- Modules and its options go here