summaryrefslogtreecommitdiff
path: root/fnl/config/minibar.fnl
blob: 342e4cd26e691268455b790ca9e9ec76ee5b7990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
(module config.minibar {autoload {util config.util}})

(def- opts {:ignore-filetypes [:help
                               :harpoon
                               :startify
                               :dashboard
                               :alpha
                               :packer
                               :neogitstatus
                               :Trouble
                               :org
                               :netrw
                               :Outline
                               :NeogitStatus
                               :NeogitCommitMessage
                               :NeogitNotification
                               :NeogitCommitView
                               :spectre_panel
                               ""]
            :events [:CursorMoved
                     :TermOpen
                     :DirChanged
                     :BufWinEnter
                     :BufFilePost
                     :InsertEnter
                     :BufWritePost]})

(util.setup :minibar opts)