summaryrefslogtreecommitdiff
path: root/fnl/config/winbar.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf@nexure.io>2022-07-18 18:13:06 +0200
committerGustaf Rydholm <gustaf@nexure.io>2022-07-18 18:13:06 +0200
commit6d785ef00645009e220757159be9a7fe8ea5e587 (patch)
tree6815bb6cba759079d72f0c906631a6a667b54a42 /fnl/config/winbar.fnl
parent1a1e70f440a0ee147e2ff6c9015bf350a318e392 (diff)
Add winbar ignore of neogit
Diffstat (limited to 'fnl/config/winbar.fnl')
-rw-r--r--fnl/config/winbar.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/config/winbar.fnl b/fnl/config/winbar.fnl
index d87d2f1..b8e708b 100644
--- a/fnl/config/winbar.fnl
+++ b/fnl/config/winbar.fnl
@@ -11,6 +11,9 @@
:alpha true
:lir true
:Outline true
+ :NeogitStatus true
+ :NeogitCommitMessage true
+ :NeogitNotification true
:spectre_panel true})
(defn- is-empty [arg] (or (= arg nil) (= arg "")))