From 8a50f4eed5cbc77a4f49b1fb2cd504a872d3af65 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 19 Jul 2022 00:05:35 +0200 Subject: Add minibar --- fnl/config/minibar.fnl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 fnl/config/minibar.fnl (limited to 'fnl/config/minibar.fnl') diff --git a/fnl/config/minibar.fnl b/fnl/config/minibar.fnl new file mode 100644 index 0000000..6b5630f --- /dev/null +++ b/fnl/config/minibar.fnl @@ -0,0 +1,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]})) -- cgit v1.2.3-70-g09d2