mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-27 11:19:02 +02:00
feat(treesitter): add diff, jsonc and yaml by default
This commit is contained in:
parent
6e3fb589d5
commit
c9bbb922e5
1 changed files with 3 additions and 0 deletions
|
@ -46,10 +46,12 @@ return {
|
|||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"diff",
|
||||
"html",
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"json",
|
||||
"jsonc",
|
||||
"lua",
|
||||
"luadoc",
|
||||
"luap",
|
||||
|
@ -58,6 +60,7 @@ return {
|
|||
"python",
|
||||
"query",
|
||||
"regex",
|
||||
"toml",
|
||||
"tsx",
|
||||
"typescript",
|
||||
"vim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue