summaryrefslogtreecommitdiff
path: root/fnl/config/neogit.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/neogit.fnl')
-rw-r--r--fnl/config/neogit.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/config/neogit.fnl b/fnl/config/neogit.fnl
new file mode 100644
index 0000000..1fb2d76
--- /dev/null
+++ b/fnl/config/neogit.fnl
@@ -0,0 +1,4 @@
+(module config.neogit {autoload {util util}})
+
+(let [neogit (util.load-plugin :trim)]
+ (neogit.setup {}))