lot of updates.

This commit is contained in:
Dan Chadwick
2024-10-20 12:25:10 -04:00
parent 914f9ea767
commit 7623c0265c
12 changed files with 189 additions and 97 deletions

View File

@@ -4,7 +4,7 @@ return {
config = function()
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "php", "lua", "vim", "javascript", "html", "yaml" },
ensure_installed = { "php", "lua", "vim", "javascript", "html", "yaml", "twig" },
sync_install = false,
highlight = { enable = true },
indent = { enable = true },