add rust to treesitter as a default installed language

This commit is contained in:
JesseBot 2024-07-20 12:15:22 +02:00
parent def3c5421b
commit 3517a09789
No known key found for this signature in database

View file

@ -2,13 +2,14 @@ require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all"
ensure_installed = {
"bash",
"css",
"dockerfile",
"hcl",
"html",
"markdown",
"markdown_inline",
"html",
"css",
"python",
"rust",
"terraform",
"toml",
"yaml",