treesitter: ensure_installed elixir
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
@@ -62,13 +62,14 @@ return {
|
|||||||
-- test new blink
|
-- test new blink
|
||||||
-- { import = "nvchad.blink.lazyspec" },
|
-- { import = "nvchad.blink.lazyspec" },
|
||||||
|
|
||||||
-- {
|
{
|
||||||
-- "nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
-- opts = {
|
opts = {
|
||||||
-- ensure_installed = {
|
ensure_installed = {
|
||||||
-- "vim", "lua", "vimdoc",
|
"vim", "lua", "vimdoc",
|
||||||
-- "html", "css"
|
"html", "css",
|
||||||
-- },
|
"elixir", "eex", "heex",
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user