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