treesitter: ensure_installed elixir
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled

This commit is contained in:
2026-03-13 18:21:41 -04:00
parent 978803fd26
commit c2e4507304

View File

@@ -62,13 +62,14 @@ return {
-- test new blink
-- { import = "nvchad.blink.lazyspec" },
-- {
-- "nvim-treesitter/nvim-treesitter",
-- opts = {
-- ensure_installed = {
-- "vim", "lua", "vimdoc",
-- "html", "css"
-- },
-- },
-- },
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"vim", "lua", "vimdoc",
"html", "css",
"elixir", "eex", "heex",
},
},
},
}