refactor(nvim): disable in built neogit notifications
This commit is contained in:
parent
02c0e14610
commit
ea911d2321
@ -2,6 +2,7 @@ local neogit = require("neogit")
|
|||||||
neogit.setup({
|
neogit.setup({
|
||||||
disable_insert_on_commit = "auto",
|
disable_insert_on_commit = "auto",
|
||||||
disable_commit_confirmation = true,
|
disable_commit_confirmation = true,
|
||||||
|
disable_builtin_notifications = true,
|
||||||
integrations = {
|
integrations = {
|
||||||
diffview = true,
|
diffview = true,
|
||||||
telescope = true,
|
telescope = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user