summaryrefslogtreecommitdiff
path: root/fnl/plugins/neogit.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/neogit.fnl')
-rw-r--r--fnl/plugins/neogit.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/plugins/neogit.fnl b/fnl/plugins/neogit.fnl
new file mode 100644
index 0000000..b7c1633
--- /dev/null
+++ b/fnl/plugins/neogit.fnl
@@ -0,0 +1,6 @@
+;; Git ui.
+
+{1 :TimUntersberger/neogit
+ :cmd :Neogit
+ :dependencies [:nvim-lua/plenary.nvim]
+ :config true}