diff options
Diffstat (limited to 'fnl/config/winbar.fnl')
-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 ""))) |