This commit is contained in:
Jonathan DeMasi
2025-09-12 11:00:25 -06:00
parent 4309e63c01
commit a5a1642db1
5 changed files with 1439 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ return {
build = ":TSUpdate",
config = function()
require'nvim-treesitter.configs'.setup {
ensure_installed = { "bash", "c", "go", "lua", "vim", "vimdoc", "query", "markdown", "markdown_inline", "python" },
ensure_installed = { "bash", "c", "go", "hcl", "lua", "vim", "vimdoc", "query", "markdown", "markdown_inline", "python" },
auto_install = false,
highlight = {
enable = true,