mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
added my own configuration for astronvim
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user