tests/plugins/origami: fix deprecated settings

This commit is contained in:
Austin Horstman 2026-01-23 09:53:00 -06:00 committed by Matt Sturgeon
parent 5ccb57eab7
commit c01132cd90

View file

@ -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;
};
};
};