nvim: neogit do not confirm commits

This commit is contained in:
Price Hiller 2022-06-02 12:28:50 -05:00
parent aa8a3e1e99
commit 3dc31ff9e3

View File

@ -513,6 +513,7 @@ return packer.startup({
config = function()
require('neogit').setup({
integrations = {
disable_commit_confirmation = true,
diffview = true
}
})