This commit is contained in:
Chris
2026-04-21 08:00:23 +01:00
parent bd2349c1ba
commit 96ddb7a611
4 changed files with 7 additions and 7 deletions
+5
View File
@@ -19,6 +19,10 @@ return {
'vimdoc',
'php',
'yaml',
'vue',
'javascript',
'typescript',
'css',
}
require('nvim-treesitter').install(langs)
@@ -26,6 +30,7 @@ return {
pattern = langs,
callback = function()
vim.treesitter.start()
vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"
end,
})
end,