summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/neogit.fnl
blob: af3a7380e99987328255475153589491dc2f8e89 (plain)
1
2
3
4
5
6
7
8
9
;; Git ui.

(local opts {:integrations {:diffview true :telescope true}})

{1 :TimUntersberger/neogit
 :cmd :Neogit
 : opts
 :dependencies [:nvim-lua/plenary.nvim]
 :keys [{1 :<leader>gm 2 :<cmd>Neogit<cr> :desc :Neogit}]}