summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-29 21:59:28 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-29 21:59:28 +0200
commit3a5f7d5873076a86f934ff69507c900d34b40f12 (patch)
treefd46a6f46e5c7cd8c514e2fbc7f6888ac69d1c87 /fnl/plugins
parent68afbeda7410c075fea35b350ff1ad910b5d9b86 (diff)
Load persistence on CmdLine event
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/editor/persistence.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/persistence.fnl b/fnl/plugins/editor/persistence.fnl
index f1e1ecf..9e74eae 100644
--- a/fnl/plugins/editor/persistence.fnl
+++ b/fnl/plugins/editor/persistence.fnl
@@ -30,4 +30,4 @@
(local opts {:options [:buffers :curdir :tabpages :winsize :help]})
-{1 :folke/persistence.nvim :event :VeryLazy : init : keys : opts}
+{1 :folke/persistence.nvim :event :CmdlineEnter : init : keys : opts}