skylark-nvim/plugins/treesitter.lua

7 lines
101 B
Lua

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