diff --git a/tests/test-sources/plugins/by-name/origami/default.nix b/tests/test-sources/plugins/by-name/origami/default.nix index 25e7cb16..8a43cc2c 100644 --- a/tests/test-sources/plugins/by-name/origami/default.nix +++ b/tests/test-sources/plugins/by-name/origami/default.nix @@ -8,7 +8,10 @@ enable = true; settings = { - useLspFoldsWithTreesitterFallback = true; + useLspFoldsWithTreesitterFallback = { + enabled = true; + foldmethodIfNeitherIsAvailable = "indent"; + }; pauseFoldsOnSearch = true; foldtext = { enabled = true; @@ -29,7 +32,7 @@ }; foldKeymaps = { setup = true; - hOnlyOpensOnFirstColumn = false; + closeOnlyOnFirstColumn = false; }; }; };