diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:05:35 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-19 00:05:35 +0200 |
commit | 8a50f4eed5cbc77a4f49b1fb2cd504a872d3af65 (patch) | |
tree | 2d8d21c0b6e067b0db57eb756dbe4d89bbef02c2 /fnl/config/minibar.fnl | |
parent | 6d785ef00645009e220757159be9a7fe8ea5e587 (diff) |
Add minibar
Diffstat (limited to 'fnl/config/minibar.fnl')
-rw-r--r-- | fnl/config/minibar.fnl | 18 |
1 files changed, 18 insertions, 0 deletions
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]})) |