summaryrefslogtreecommitdiff
path: root/fnl/config/neogit.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-06 00:48:01 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-07-06 00:48:01 +0200
commit214b3585fcc72d409936754fa41fd49fddc93694 (patch)
tree2c31bd16252901b90844c11887d757532f251a01 /fnl/config/neogit.fnl
parent1f2e89a01185079ecf292cefb7d5f161b4984750 (diff)
Add neogit plugin
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 {}))