diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:55:27 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-09-22 23:55:27 +0200 |
commit | 1c29ef55c803b4947219e0d0efb320fbd8416bdc (patch) | |
tree | a2606b07fa764a3ec38b7d57dcaeb067e28edc4c /fnl/plugins/editor | |
parent | 3952d404ef0d838fa471e0c7df1d4c48014cc23e (diff) |
Add neogit integrations
Diffstat (limited to 'fnl/plugins/editor')
-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}]} |