plugins/origami: update module to v2.0

This commit is contained in:
Gaetan Lepage 2025-07-07 15:32:16 +02:00 committed by Gaétan Lepage
parent 65725e83f8
commit 0ce4ebf139
2 changed files with 20 additions and 25 deletions

View file

@ -7,12 +7,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.GaetanLepage ];
# Ensures `nvim-ufo` (if enabled) is loaded before `origami`
# Default priority is 1000, mkBefore is 500 and mkAfter is 1500
configLocation = lib.mkOrder 1100 "extraConfigLua";
settingsExample = {
keepFoldsAcrossSessions = true;
pauseFoldsOnSearch = true;
setupFoldKeymaps = false;
};