summaryrefslogtreecommitdiff
path: root/fnl/config/neogit.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 14:24:05 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-01-08 14:24:05 +0100
commit68719ee058a302a4bda697b6a39ebfd5fefb06fc (patch)
tree055165e0b3edeeb2ea36da6e2eee9e851ca7cc0b /fnl/config/neogit.fnl
parent86fc163e549d78136855ac2b45e91ffb2f43affc (diff)
Refactor loading of plugins
Diffstat (limited to 'fnl/config/neogit.fnl')
-rw-r--r--fnl/config/neogit.fnl6
1 files changed, 6 insertions, 0 deletions
diff --git a/fnl/config/neogit.fnl b/fnl/config/neogit.fnl
new file mode 100644
index 0000000..b7c1633
--- /dev/null
+++ b/fnl/config/neogit.fnl
@@ -0,0 +1,6 @@
+;; Git ui.
+
+{1 :TimUntersberger/neogit
+ :cmd :Neogit
+ :dependencies [:nvim-lua/plenary.nvim]
+ :config true}