Skip to content

Commit

Permalink
fix(origami): fix range in session
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Jan 26, 2025
1 parent 0726720 commit 35b7282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.compiled/
2 changes: 1 addition & 1 deletion lua/plugins/tools/origami.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ return {
event = "User AfterLoad",
opts = {
hOnlyOpensOnFirstColumn = true,
keepFoldsAcrossSessions = false,
keepFoldsAcrossSessions = true,
}, -- needed even when using default config
}

0 comments on commit 35b7282

Please sign in to comment.