summaryrefslogtreecommitdiff
path: root/fnl/config/minibar.fnl
blob: 7a6945a368cdfc4aa46349e6c192a7b0f21de902 (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
(module config.minibar {autoload {: util}})

(def- opts {:ignore-filetypes [:help
                               :startify
                               :dashboard
                               :packer
                               :neogitstatus
                               :NvimTree
                               :Trouble
                               :alpha
                               :lir
                               :Outline
                               :NeogitStatus
                               :NeogitCommitMessage
                               :NeogitNotification
                               :NeogitCommitView
                               :spectre_panel]
            :events [:CursorMoved
                     :CursorHold
                     :BufWinEnter
                     :BufFilePost
                     :InsertEnter
                     :BufWritePost
                     :TabClosed]})

(util.use-config :minibar opts)