Added json support

This commit is contained in:
Pablu23
2024-05-25 18:34:56 +02:00
parent a0587f68ac
commit 3bed9e8ccb
3 changed files with 17 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ return {
config = function()
local config = require("nvim-treesitter.configs")
config.setup({
ensure_installed = {"lua", "go", "zig"},
ensure_installed = {"lua", "go", "zig", "markdown", "json", "yaml"},
highlight = {enable = true},
indent = {enable = true},
})