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",
|
"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",
|
{
|
||||||
opts = {
|
"sindrets/diffview.nvim",
|
||||||
enhanced_diff_hl = true,
|
opts = {
|
||||||
|
enhanced_diff_hl = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user