This commit is contained in:
2026-01-24 03:07:15 +04:00
parent 49ae828c11
commit e4cac90f4a
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
vim.treesitter.start()
vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
vim.wo[0][0].foldmethod = 'expr'
vim.bo.indentexpr = "v:lua.require'nvim-treesitter'.indentexpr()"