plugins/otter: update tests to conform to treesitter

This commit is contained in:
wadsaek
2025-12-24 19:20:02 +00:00
committed by Austin Horstman
parent 77a302b98f
commit 5ead6bfb2d
@@ -1,5 +1,15 @@
{
empty = {
plugins = {
otter.enable = true;
# Avoid the warning
treesitter = {
enable = true;
highlight.enable = true;
};
};
};
emptyOldApi = {
plugins = {
otter.enable = true;
# Avoid the warning
@@ -15,7 +25,7 @@
# Avoid the warning
treesitter = {
enable = true;
settings.highlight.enable = true;
highlight.enable = true;
};
otter = {