Thank you for maintaining this plugin!
I wanted to check on how could I get rid of all the :checkhealth diffview warnings, without installing both icons plugins, and other VCS systems (jj, hg, and p4 - which I don't use)?
This was working the same in the original plugin, where (since I don't have hg installed) it was complaining about the hg_cmd - and I didn't find a way to "silence" the warning effectively, neither of hg_cmd = '', or hg_cmd = {}, or even hg_cmd = "git" worked.
But with extra VSC support added, it now also displays warnings about the for absence of jj and p4 executable as well.
For the icons optional plugins - as I understand the nvim-web-devicons was an optional dependency in the original plugin; I have the devicons available, but now it also complains about missing mini.icons optional dependency.
Thank you for maintaining this plugin!
I wanted to check on how could I get rid of all the
:checkhealth diffviewwarnings, without installing both icons plugins, and other VCS systems (jj,hg, andp4- which I don't use)?This was working the same in the original plugin, where (since I don't have
hginstalled) it was complaining about thehg_cmd- and I didn't find a way to "silence" the warning effectively, neither ofhg_cmd = '', orhg_cmd = {}, or evenhg_cmd = "git"worked.But with extra VSC support added, it now also displays warnings about the for absence of
jjandp4executable as well.For the icons optional plugins - as I understand the
nvim-web-deviconswas an optional dependency in the original plugin; I have the devicons available, but now it also complains about missingmini.iconsoptional dependency.