remove unsed language list for treesitter
This commit is contained in:
parent
144de1986c
commit
4a656ab848
|
@ -1,55 +1,3 @@
|
|||
local full_ensure = {
|
||||
"bash",
|
||||
"c",
|
||||
"cmake",
|
||||
"cpp",
|
||||
"css",
|
||||
"diff",
|
||||
"dockerfile",
|
||||
"git_config",
|
||||
"git_rebase",
|
||||
"gitattributes",
|
||||
"gitcommit",
|
||||
"gitignore",
|
||||
"go",
|
||||
"gomod",
|
||||
"gosum",
|
||||
"html",
|
||||
"java",
|
||||
"javascript",
|
||||
"json",
|
||||
"json5",
|
||||
"jsonc",
|
||||
"lua",
|
||||
"luadoc",
|
||||
"luau",
|
||||
"make",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"python",
|
||||
"rust",
|
||||
"scss",
|
||||
"sql",
|
||||
"toml",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"yaml"
|
||||
}
|
||||
|
||||
local basic_ensure = {
|
||||
"toml",
|
||||
"json",
|
||||
"json5",
|
||||
"jsonc",
|
||||
"yaml",
|
||||
}
|
||||
|
||||
if custom.full_feature then
|
||||
ensure = full_ensure
|
||||
else
|
||||
ensure = basic_ensure
|
||||
end
|
||||
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
name = "nvim-treesitter",
|
||||
|
|
Loading…
Reference in a new issue