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", "NeogitOrg/neogit",
lazy = true, lazy = true,
opts = { opts = {
disable_insert_on_commit = "auto",
disable_commit_confirmation = true, disable_commit_confirmation = true,
use_telescope = true,
integrations = { integrations = {
diffview = true, diffview = true,
}, },
}, },
dependencies = { dependencies = {
{
"sindrets/diffview.nvim", "sindrets/diffview.nvim",
opts = { opts = {
enhanced_diff_hl = true, enhanced_diff_hl = true,
}, },
}, },
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
}, },
{ {