summaryrefslogtreecommitdiff
path: root/fnl/config
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config')
-rw-r--r--fnl/config/minibar.fnl6
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)