Back to astronvim.

This commit is contained in:
Bartek Stalewski 2024-03-08 15:42:43 +01:00
parent 0aed4edea5
commit e26650d344
No known key found for this signature in database
22 changed files with 2 additions and 4 deletions

View file

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