starter/lua/plugins/treesitter.lua

7 lines
103 B
Lua

return {
{
"nvim-treesitter/nvim-treesitter",
opts = { indent = { enable = false } },
},
}