diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-21 20:49:40 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-21 20:49:40 +0200 |
commit | 78f93e74ab71c4919464aacf9ce550e83e11fff4 (patch) | |
tree | f889baf97fa5bb2aa579976226d6809d5c9fd02e /fnl/config | |
parent | b240de4ab2f0aa5b4bd478ab38d1cdd851e6be7d (diff) |
Add vim enter event to minibar
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/minibar.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl index 4c599ce..f67d7c1 100644 --- a/fnl/config/minibar.fnl +++ b/fnl/config/minibar.fnl @@ -15,7 +15,8 @@ :NeogitNotification :NeogitCommitView :spectre_panel] - :events [:BufWinEnter + :events [:VimEnter + :BufWinEnter :BufFilePost :InsertEnter :BufWritePost |