dotfiles/nvim/lua/plugins/nvim-treesitter.lua
mightypanders 33ca9669de lazyvim
2023-08-09 13:51:17 +02:00

7 lines
94 B
Lua

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