Let treesitter install stuff automagically.

This commit is contained in:
Bartek Stalewski 2023-04-16 01:10:51 +02:00
parent c72035841a
commit b6947a1c83

View File

@ -2,11 +2,5 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = {
auto_install = true,
ensure_installed = {
"bash",
"python",
"terraform",
"vim",
},
},
}