Make treesitter config more explicit
This commit is contained in:
@@ -17,6 +17,8 @@ end
|
|||||||
return {
|
return {
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
config = config,
|
config = config,
|
||||||
build = ':TSUpdate'
|
build = ':TSUpdate',
|
||||||
|
lazy = false,
|
||||||
|
branch = 'master',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user