refractalize / oil-git-status.nvim

55 stars 6 forks source link

Not an Issue but a doubt #5

Closed PedroDrago closed 5 months ago

PedroDrago commented 6 months ago

Is there a way trought configuration to disable the plugin error messages when git status failed?

Some way to disable this function or something like that:

if git_status_results.code ~= 0 then
    notify_system_error("Failed to load git status", git_status_results)
    return callback()
end

Thanks in advance!

refractalize commented 5 months ago

Hi @PedroDrago, thanks for the bug report!

This is fixed in 839a1a287f5eb3ce1b07b50323032398e63f7ffa

PedroDrago commented 5 months ago

Thanks!