plugins/intellitab: fix treesitter option usage

intellitab was still using the old deprecated option.
This commit is contained in:
hrmny 2024-07-11 17:31:49 +02:00 committed by Matt Sturgeon
parent ca01a644ef
commit 53e85da240
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -29,7 +29,7 @@ in
} }
]; ];
plugins.treesitter = { plugins.treesitter = {
indent = true; settings.indent.enable = true;
}; };
}; };
} }