diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/neogit.fnl | 4 |
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}]} |