Add gleam

This commit is contained in:
Pablu23
2024-08-04 13:36:48 +02:00
parent 15585a2f55
commit 27737530bc
3 changed files with 13 additions and 3 deletions

View File

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