summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/neogit.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:55:27 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-22 23:55:27 +0200
commit1c29ef55c803b4947219e0d0efb320fbd8416bdc (patch)
treea2606b07fa764a3ec38b7d57dcaeb067e28edc4c /fnl/plugins/editor/neogit.fnl
parent3952d404ef0d838fa471e0c7df1d4c48014cc23e (diff)
Add neogit integrations
Diffstat (limited to 'fnl/plugins/editor/neogit.fnl')
-rw-r--r--fnl/plugins/editor/neogit.fnl4
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/editor/neogit.fnl b/fnl/plugins/editor/neogit.fnl
index f19c784..af3a738 100644
--- a/fnl/plugins/editor/neogit.fnl
+++ b/fnl/plugins/editor/neogit.fnl
@@ -1,7 +1,9 @@
;; Git ui.
+(local opts {:integrations {:diffview true :telescope true}})
+
{1 :TimUntersberger/neogit
:cmd :Neogit
- :config true
+ : opts
:dependencies [:nvim-lua/plenary.nvim]
:keys [{1 :<leader>gm 2 :<cmd>Neogit<cr> :desc :Neogit}]}