plugins/otter: update tests to conform to treesitter

This commit is contained in:
wadsaek 2025-12-24 20:40:37 +02:00 committed by Austin Horstman
parent 77a302b98f
commit 5ead6bfb2d

View file

@ -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 = {