diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 21:59:28 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-29 21:59:28 +0200 |
commit | 3a5f7d5873076a86f934ff69507c900d34b40f12 (patch) | |
tree | fd46a6f46e5c7cd8c514e2fbc7f6888ac69d1c87 /fnl/plugins | |
parent | 68afbeda7410c075fea35b350ff1ad910b5d9b86 (diff) |
Load persistence on CmdLine event
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/persistence.fnl | 2 |
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} |