diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-06 12:12:39 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-06 12:13:50 +0200 |
commit | 8e35dfc6dc34a09d0e44fb2f5cc061878f817430 (patch) | |
tree | efbddbcd1206adefc29d02e3796f4867e3874a54 | |
parent | c7fa3c13e551d89361b8088c6b00f6fd5b1f2f79 (diff) |
Add comment for neogit
-rw-r--r-- | fnl/config/neogit.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/neogit.fnl b/fnl/config/neogit.fnl index 1fb2d76..0bbc5b3 100644 --- a/fnl/config/neogit.fnl +++ b/fnl/config/neogit.fnl @@ -1,3 +1,4 @@ +;; UI for git. (module config.neogit {autoload {util util}}) (let [neogit (util.load-plugin :trim)] |