Switch to AstroNvim.

This commit is contained in:
Bartek Stalewski 2023-04-16 00:10:33 +02:00
parent 6dc42b37e6
commit d36cf3a49c
15 changed files with 150 additions and 1 deletions

View file

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