mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 12:19:08 -04:00
6 lines
101 B
Lua
6 lines
101 B
Lua
return {
|
|
"nvim-treesitter/nvim-treesitter",
|
|
opts = {
|
|
-- ensure_installed = { "lua" },
|
|
},
|
|
}
|