summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/neogit.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-07-12 21:46:07 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-07-12 21:46:07 +0200
commitdf211fae51faddd7b47b78806660e21f6ec1a694 (patch)
tree9884c4945a1e60f19c52e4746953f0212b7fc8a7 /fnl/plugins/editor/neogit.fnl
parent9ccdc18b7926ed5e069e7f305ac5ec304f87a65f (diff)
Debloat loading of plugins
Diffstat (limited to 'fnl/plugins/editor/neogit.fnl')
-rw-r--r--fnl/plugins/editor/neogit.fnl7
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/plugins/editor/neogit.fnl b/fnl/plugins/editor/neogit.fnl
new file mode 100644
index 0000000..e9c6235
--- /dev/null
+++ b/fnl/plugins/editor/neogit.fnl
@@ -0,0 +1,7 @@
+;; Git ui.
+
+{1 :TimUntersberger/neogit
+ :cmd :Neogit
+ :config true
+ :dependencies [:nvim-lua/plenary.nvim]
+ :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}]}