mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 04:00:05 +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({
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"html",
|
||||
"c",
|
||||
"javascript",
|
||||
-- "bash",
|
||||
-- "html",
|
||||
-- "c",
|
||||
-- "javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"python",
|
||||
"typescript",
|
||||
"tsx",
|
||||
"css",
|
||||
"rust",
|
||||
"java",
|
||||
"yaml",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
-- "python",
|
||||
-- "typescript",
|
||||
-- "tsx",
|
||||
-- "css",
|
||||
-- "rust",
|
||||
-- "java",
|
||||
-- "yaml",
|
||||
-- "markdown",
|
||||
-- "markdown_inline",
|
||||
}, -- one of "all" or a list of languages
|
||||
ignore_install = { "phpdoc" }, -- List of parsers to ignore installing
|
||||
highlight = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue