about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index e041211..fd89e91 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -35,6 +35,10 @@
 (pack! :gpanders/editorconfig.nvim)
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 (pack! :lewis6991/gitsigns.nvim {:init :gitsigns :event :BufReadPost})
+(pack! :NeogitOrg/neogit {:req :neogit
+                          :dependencies [(pack :nvim-lua/plenary.nvim)
+                                         (pack :sindrets/diffview.nvim {:opts {:use_icons false}})]})
+
 (pack! :tpope/vim-fugitive)
 (pack! :tpope/vim-eunuch)
 (pack! :tpope/vim-sleuth)