diff options
Diffstat (limited to 'fnl/plugins/editor/neogit.fnl')
-rw-r--r-- | fnl/plugins/editor/neogit.fnl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fnl/plugins/editor/neogit.fnl b/fnl/plugins/editor/neogit.fnl new file mode 100644 index 0000000..e9c6235 --- /dev/null +++ b/fnl/plugins/editor/neogit.fnl @@ -0,0 +1,7 @@ +;; Git ui. + +{1 :TimUntersberger/neogit + :cmd :Neogit + :config true + :dependencies [:nvim-lua/plenary.nvim] + :keys [{1 :mn 2 :<cmd>Neogit<cr> :desc :Neogit}]} |