add some parsers

This commit is contained in:
Gabe Farrell 2024-04-12 19:50:30 -04:00
parent b83b0f27a9
commit c5cd823cf6
2 changed files with 24 additions and 14 deletions

View file

@ -6,12 +6,22 @@ return {
require "configs.conform"
end,
},
-- "nvim-treesitter/nvim-treesitter",
-- opts = {
-- ensure_installed = {
-- "vim", "lua", "vimdoc",
-- "html", "css"
-- },
-- },
-- },
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"vim",
"lua",
"vimdoc",
"html",
"css",
"c",
"go",
"rust",
"javascript",
"gomod",
"ruby",
},
},
},
}