blob: 6b5630f53e733e99fb077077892293602a5702d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
(module config.minibar {autoload {: util}})
(let [minibar (util.load-plugin :minibar)]
(minibar.setup {:ignore-filetypes [:help
:startify
:dashboard
:packer
:neogitstatus
:NvimTree
:Trouble
:alpha
:lir
:Outline
:NeogitStatus
:NeogitCommitMessage
:NeogitNotification
:NeogitCommitView
:spectre_panel]}))
|