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({
|
||||
disable_insert_on_commit = "auto",
|
||||
disable_commit_confirmation = true,
|
||||
disable_builtin_notifications = true,
|
||||
integrations = {
|
||||
diffview = true,
|
||||
telescope = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user