Let treesitter install stuff automagically.
This commit is contained in:
parent
c72035841a
commit
b6947a1c83
@ -2,11 +2,5 @@ return {
|
|||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = {
|
opts = {
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
ensure_installed = {
|
|
||||||
"bash",
|
|
||||||
"python",
|
|
||||||
"terraform",
|
|
||||||
"vim",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user