This commit is contained in:
Daveanand Mannie
2024-09-04 14:16:53 -04:00
parent 477501e7de
commit 078136af13
2 changed files with 39 additions and 40 deletions

View File

@@ -3,8 +3,7 @@ require("nvim-treesitter.install").prefer_git = false
return {
{
"nvim-treesitter/nvim-treesitter",
build = function()
end,
build = function() end,
opts = {
highlight = { enable = true },
indent = { enable = true },