diff support in treesitter/fold

This commit is contained in:
2026-08-05 06:40:09 +02:00
parent d584ef391a
commit 8daff33d2d
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -275,7 +275,7 @@ require("nvim-treesitter").install({
"lua", "vim", "vimdoc", "bash", "c", "cpp", "rust", "python",
"javascript", "typescript", "tsx", "svelte", "css", "html",
"json", "toml", "yaml", "markdown", "markdown_inline",
"java", "typst", "vala",
"java", "typst", "vala", "diff",
})
vim.api.nvim_create_autocmd("FileType", {