Back to astronvim.
This commit is contained in:
parent
0aed4edea5
commit
e26650d344
22 changed files with 2 additions and 4 deletions
11
_cli/astronvim/lua/user/plugins/treesitter.lua
Normal file
11
_cli/astronvim/lua/user/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"bash",
|
||||
"python",
|
||||
"terraform",
|
||||
"vim",
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue