Use 0.5-compat branch of nvim-treesitter
This commit is contained in:
parent
74ab786a6f
commit
4a6bd800d6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ require('packer').startup(function()
|
||||||
use 'nvim-lua/completion-nvim'
|
use 'nvim-lua/completion-nvim'
|
||||||
|
|
||||||
-- Treesitter syntax highlight
|
-- Treesitter syntax highlight
|
||||||
use {'nvim-treesitter/nvim-treesitter', run = ':TSUpdate'}
|
use {'nvim-treesitter/nvim-treesitter', branch = '0.5-compat', run = ':TSUpdate'}
|
||||||
|
|
||||||
-- Formatter plugin
|
-- Formatter plugin
|
||||||
use 'sbdchd/neoformat'
|
use 'sbdchd/neoformat'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue