diff options
author | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-18 18:13:06 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf@nexure.io> | 2022-07-18 18:13:06 +0200 |
commit | 6d785ef00645009e220757159be9a7fe8ea5e587 (patch) | |
tree | 6815bb6cba759079d72f0c906631a6a667b54a42 | |
parent | 1a1e70f440a0ee147e2ff6c9015bf350a318e392 (diff) |
Add winbar ignore of neogit
-rw-r--r-- | fnl/config/winbar.fnl | 3 |
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 ""))) |