Let treesitter install stuff automagically.
This commit is contained in:
parent
c72035841a
commit
b6947a1c83
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue