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