starter/lua/plugins/editor.lua

37 lines
821 B
Lua
Raw Normal View History

2024-03-27 13:32:29 +08:00
return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"c",
"diff",
"html",
"javascript",
"jsdoc",
"json",
"jsonc",
"lua",
"luadoc",
"luap",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"toml",
"tsx",
"typescript",
"vim",
"vimdoc",
"xml",
"yaml",
"go",
"http",
"sql",
2024-04-01 18:39:26 +08:00
"graphql",
2024-03-27 13:32:29 +08:00
},
},
},
}