diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:43:05 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:43:05 +0200 |
commit | 43d3165956ca1be66bebfd7ae5b97323cafa5566 (patch) | |
tree | 39bba9983b1484a6b1179e55d0b7db03c1a07727 /fnl/config | |
parent | a31763e20f8399fe6a8126b2f8901b6185eea4cb (diff) |
Update minibar opts
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/minibar.fnl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl index 6b5630f..6d3cce7 100644 --- a/fnl/config/minibar.fnl +++ b/fnl/config/minibar.fnl @@ -15,4 +15,11 @@ :NeogitCommitMessage :NeogitNotification :NeogitCommitView - :spectre_panel]})) + :spectre_panel] + :events [:CursorMoved + :CursorHold + :BufWinEnter + :BufFilePost + :InsertEnter + :BufWritePost + :TabClosed]})) |