From 5ead6bfb2de44f458058cadffcf8bc6fedd8d70a Mon Sep 17 00:00:00 2001 From: wadsaek Date: Wed, 24 Dec 2025 20:40:37 +0200 Subject: [PATCH] plugins/otter: update tests to conform to treesitter --- tests/test-sources/plugins/by-name/otter/default.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/test-sources/plugins/by-name/otter/default.nix b/tests/test-sources/plugins/by-name/otter/default.nix index 48c77d14..8ba902df 100644 --- a/tests/test-sources/plugins/by-name/otter/default.nix +++ b/tests/test-sources/plugins/by-name/otter/default.nix @@ -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 = {