added my own configuration for astronvim

This commit is contained in:
aminnairi
2023-04-11 23:06:27 +02:00
parent 826d9f58ce
commit 8a6cc10ff9
4 changed files with 93 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"lua",
"dart",
"dockerfile",
"elm",
"fish",
"html",
"css",
"javascript",
"jsonc",
"make",
"python",
"php",
"rust",
"sql",
"svelte",
"tsx",
"twig",
"vue",
"yaml",
},
},
}