mirror of
https://github.com/gabehf/nvim-conf.git
synced 2026-03-11 00:10:30 -07:00
add some parsers
This commit is contained in:
parent
b83b0f27a9
commit
c5cd823cf6
2 changed files with 24 additions and 14 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue