mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
added way more treesitter languages for neovim
This commit is contained in:
@@ -14,10 +14,23 @@ return {
|
||||
"query",
|
||||
"typescript",
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"tsx",
|
||||
"json",
|
||||
"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`)
|
||||
|
||||
Reference in New Issue
Block a user