feat: remove unnecessary treesitter grammars from ensure_installed
This commit is contained in:
@@ -9,29 +9,13 @@ return {
|
|||||||
require("nvim-treesitter.configs").setup({
|
require("nvim-treesitter.configs").setup({
|
||||||
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"javascript",
|
"vim",
|
||||||
"typescript",
|
"vimdoc",
|
||||||
"c",
|
"gitcommit",
|
||||||
"lua",
|
|
||||||
"vim",
|
|
||||||
"vimdoc",
|
|
||||||
"query",
|
|
||||||
"c_sharp",
|
|
||||||
"css",
|
|
||||||
"gitcommit",
|
|
||||||
"html",
|
|
||||||
"svelte",
|
|
||||||
"yaml",
|
|
||||||
"astro",
|
|
||||||
"toml",
|
|
||||||
"jsdoc",
|
|
||||||
"json",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
tree_docs = {
|
tree_docs = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user