diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:51:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:51:32 +0200 |
commit | f69fcee0e9c7cb2d17a978a021a20166bfa0f5c5 (patch) | |
tree | a36536738964bdb61e03a7d78b797c3f1f19714a /fnl | |
parent | 12afc80223550f44b2da8fc5906461afe7938f16 (diff) |
Fix events for minibar st orgmode does not break
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/minibar.fnl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl index f67d7c1..5189724 100644 --- a/fnl/config/minibar.fnl +++ b/fnl/config/minibar.fnl @@ -9,17 +9,19 @@ :Trouble :alpha :lir + :org :Outline :NeogitStatus :NeogitCommitMessage :NeogitNotification :NeogitCommitView :spectre_panel] - :events [:VimEnter + :events [:CursorMoved + :DirChanged :BufWinEnter :BufFilePost :InsertEnter :BufWritePost - :TabClosed]}) + ]}) (util.use-config :minibar opts) |