diff options
Diffstat (limited to 'fnl/config/minibar.fnl')
-rw-r--r-- | fnl/config/minibar.fnl | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl deleted file mode 100644 index d2fff18..0000000 --- a/fnl/config/minibar.fnl +++ /dev/null @@ -1,30 +0,0 @@ -;; Show the filename in the top left corner. - -(local opts {:ignore-filetypes [:help - :harpoon - :startify - :dashboard - :lir - :alpha - :packer - :neogitstatus - :Trouble - :org - :lazy - :netrw - :Outline - :NeogitStatus - :NeogitCommitMessage - :NeogitNotification - :NeogitCommitView - :spectre_panel - ""] - :events [:CursorMoved - :TermOpen - :DirChanged - :BufWinEnter - :BufFilePost - :InsertEnter - :BufWritePost]}) - -{1 :aktersnurra/minibar.nvim :event :BufReadPre : opts} |