astronvim_config/plugins/treesitter.lua
RingOfStorms (Joshua Bell) f5f99e551d initial commit
2023-03-21 13:03:54 -05:00

6 lines
101 B
Lua

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