refactor(nvim): disable in built neogit notifications

This commit is contained in:
Price Hiller 2023-08-03 07:35:26 -05:00
parent 02c0e14610
commit ea911d2321
No known key found for this signature in database

View File

@ -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,