Use explicit branch for the tree-sitter plugin
This commit is contained in:
@@ -36,9 +36,10 @@ return {
|
|||||||
{
|
{
|
||||||
'nvim-treesitter/nvim-treesitter',
|
'nvim-treesitter/nvim-treesitter',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
branch = 'master',
|
||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
config = function()
|
config = function()
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter'.setup {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
'haskell', 'php', 'lua', 'css', 'dockerfile', 'html', 'javascript', 'markdown', 'ruby', 'vue'
|
'haskell', 'php', 'lua', 'css', 'dockerfile', 'html', 'javascript', 'markdown', 'ruby', 'vue'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user