Skip to content

Commit

Permalink
vim(plugins): Pin nvim-treesitter-playground at an older version
Browse files Browse the repository at this point in the history
nvim-treesitter-playground broke neovim older than 0.9
(see nvim-treesitter/playground#120), so I pin the plugin at an
older version that is compatible with neovim 0.7.x and 0.8.x.
  • Loading branch information
wookayin committed Apr 14, 2023
1 parent a313d44 commit ceb723f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/plugins.vim
Expand Up @@ -187,10 +187,10 @@ if has('nvim')
let g:_plug_ts_config = {'do': function('TSUpdate')}
if !has('nvim-0.8')
" Since 42ab95d5, nvim 0.8.0+ is required
let g:_plug_ts_config['commit'] = '4cccb6f4'
let g:_plug_ts_config['tag'] = 'v0.7.2'
endif
Plug 'nvim-treesitter/nvim-treesitter', g:_plug_ts_config
Plug 'nvim-treesitter/playground', {'as': 'nvim-treesitter-playground'}
Plug 'nvim-treesitter/playground', {'as': 'nvim-treesitter-playground', 'commit': '4044b53'}

Plug 'SmiteshP/nvim-gps'
endif
Expand Down

0 comments on commit ceb723f

Please sign in to comment.