astrovim_user/plugins/treesitter.lua
2023-04-10 21:48:40 +02:00

6 lines
101 B
Lua

return {
"nvim-treesitter/nvim-treesitter",
opts = {
-- ensure_installed = { "lua" },
},
}