mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
sorted treesitter languages and added some more
This commit is contained in:
@@ -5,32 +5,37 @@ return {
|
||||
require("nvim-treesitter.configs").setup({
|
||||
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"c",
|
||||
"css",
|
||||
"lua",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"csv",
|
||||
"dockerfile",
|
||||
"query",
|
||||
"typescript",
|
||||
"elm",
|
||||
"fish",
|
||||
"javascript",
|
||||
"jsdoc",
|
||||
"tsx",
|
||||
"json",
|
||||
"vue",
|
||||
"prisma",
|
||||
"lua",
|
||||
"markdown",
|
||||
"markdown_inline",
|
||||
"php",
|
||||
"prisma",
|
||||
"query",
|
||||
"regex",
|
||||
"rust",
|
||||
"scss",
|
||||
"sql",
|
||||
"ssh_config",
|
||||
"svelte",
|
||||
"toml",
|
||||
"tsx",
|
||||
"twig",
|
||||
"typescript",
|
||||
"vim",
|
||||
"vimdoc",
|
||||
"vue",
|
||||
"xml",
|
||||
"yaml"
|
||||
"yaml",
|
||||
},
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
|
||||
Reference in New Issue
Block a user