mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added way more treesitter languages for neovim
This commit is contained in:
@@ -14,10 +14,23 @@ return {
|
|||||||
"query",
|
"query",
|
||||||
"typescript",
|
"typescript",
|
||||||
"javascript",
|
"javascript",
|
||||||
|
"jsdoc",
|
||||||
"tsx",
|
"tsx",
|
||||||
"json",
|
"json",
|
||||||
"vue",
|
"vue",
|
||||||
"prisma"
|
"prisma",
|
||||||
|
"markdown",
|
||||||
|
"markdown_inline",
|
||||||
|
"php",
|
||||||
|
"rust",
|
||||||
|
"scss",
|
||||||
|
"sql",
|
||||||
|
"ssh_config",
|
||||||
|
"svelte",
|
||||||
|
"toml",
|
||||||
|
"twig",
|
||||||
|
"xml",
|
||||||
|
"yaml"
|
||||||
},
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||||
|
|||||||
Reference in New Issue
Block a user