feat(nvim): update neogit config for massive update

This commit is contained in:
Price Hiller 2023-07-13 15:38:23 -05:00
parent 4d8265b3fe
commit 3485034412
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -463,17 +463,23 @@ lazy.setup({
"NeogitOrg/neogit",
lazy = true,
opts = {
disable_insert_on_commit = "auto",
disable_commit_confirmation = true,
use_telescope = true,
integrations = {
diffview = true,
},
},
dependencies = {
{
"sindrets/diffview.nvim",
opts = {
enhanced_diff_hl = true,
},
},
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
},
{