mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 20:14:28 +02:00
update default treesitter
This commit is contained in:
parent
c3169e8a9f
commit
78027686b6
1 changed files with 13 additions and 13 deletions
|
@ -5,21 +5,21 @@ end
|
||||||
|
|
||||||
configs.setup({
|
configs.setup({
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"bash",
|
-- "bash",
|
||||||
"html",
|
-- "html",
|
||||||
"c",
|
-- "c",
|
||||||
"javascript",
|
-- "javascript",
|
||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
"python",
|
-- "python",
|
||||||
"typescript",
|
-- "typescript",
|
||||||
"tsx",
|
-- "tsx",
|
||||||
"css",
|
-- "css",
|
||||||
"rust",
|
-- "rust",
|
||||||
"java",
|
-- "java",
|
||||||
"yaml",
|
-- "yaml",
|
||||||
"markdown",
|
-- "markdown",
|
||||||
"markdown_inline",
|
-- "markdown_inline",
|
||||||
}, -- one of "all" or a list of languages
|
}, -- one of "all" or a list of languages
|
||||||
ignore_install = { "phpdoc" }, -- List of parsers to ignore installing
|
ignore_install = { "phpdoc" }, -- List of parsers to ignore installing
|
||||||
highlight = {
|
highlight = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue