Better handling of Astrovim's user configuration.

This commit is contained in:
Bartek Stalewski 2024-03-28 00:45:20 +01:00
parent 29bc3efded
commit 8ab1d2f8e3
No known key found for this signature in database
12 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1,14 @@
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = {
"bash",
"markdown",
"markdown_inline",
"python",
"terraform",
"vim",
"yaml",
},
},
}