feat(treesitter): examples on how to setup treesitter

This commit is contained in:
Folke Lemaitre 2023-01-07 10:53:15 +01:00
parent 840f8dee5b
commit a41bda19f3
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -0,0 +1,24 @@
return {
-- treesitter
{
"nvim-treesitter/nvim-treesitter",
ensure_installed = {
"bash",
"help",
"html",
"javascript",
"json",
"lua",
"markdown",
"markdown_inline",
"python",
"query",
"regex",
"tsx",
"typescript",
"vim",
"yaml",
},
},
}