blob: 66b2ff7534920e1cfd1f776764a552bf7a746b80 (
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
29
|
;; Show the filename in the top left corner.
{1 :aktersnurra/minibar.nvim
:event :BufReadPre
:opts {:ignore-filetypes [:help
:harpoon
:startify
:dashboard
:lir
:alpha
:packer
:neogitstatus
:Trouble
:lazy
:netrw
:Outline
:NeogitStatus
:NeogitCommitMessage
:NeogitNotification
:NeogitCommitView
:spectre_panel
""]
:events [:CursorMoved
:TermOpen
:DirChanged
:BufWinEnter
:BufFilePost
:InsertEnter
:BufWritePost]}}
|