1
0

Use explicit branch for the tree-sitter plugin

This commit is contained in:
2026-03-26 10:43:39 +01:00
parent d824dbf513
commit 0f8054f4e3
2 changed files with 3 additions and 1 deletions

View File

@@ -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'
}, },

1
.yashrc Symbolic link
View File

@@ -0,0 +1 @@
.config/yash/rc