feat(nvim): update neogit config for massive update
This commit is contained in:
parent
4d8265b3fe
commit
3485034412
@ -463,16 +463,22 @@ 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,
|
||||
{
|
||||
"sindrets/diffview.nvim",
|
||||
opts = {
|
||||
enhanced_diff_hl = true,
|
||||
},
|
||||
},
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user