mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/origami: update module to v2.0
This commit is contained in:
parent
65725e83f8
commit
0ce4ebf139
2 changed files with 20 additions and 25 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue