feat: add more treesitter syntaxes

This commit is contained in:
Michael Mandl 2022-02-22 08:45:01 +01:00
parent 8d69edba36
commit 9ce3404d79
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -10,12 +10,17 @@ require('nvim-treesitter.configs').setup({
"bash",
"c",
"cpp",
"html",
"javascript",
"json",
"lua",
"markdown",
"python",
"rust",
"svelte",
"typescript",
"vim",
"vue",
"yaml",
},
})