fix(treesitter): always install all built-in treesitter parsers to prevent queriy issues

This commit is contained in:
Folke Lemaitre 2023-02-27 19:38:23 +01:00
parent 592074ad80
commit fc765e9e3d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -37,6 +37,7 @@ return {
context_commentstring = { enable = true, enable_autocmd = false },
ensure_installed = {
"bash",
"c",
"help",
"html",
"javascript",