You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E5009: Invalid $VIMRUNTIME: /tmp/.mount_nvimX6KAYA/usr/share/nvim/runtime
Error executing lua: function health#floaterm#check[1]..<SNR>391_check_common, line 1: Vim(call):E117: Unknown function: health#report_start
stack traceback:
[C]: in function 'call'
...unt_nvimX6KAYA/usr/share/nvim/runtime/lua/vim/health.lua:366: in function '_check'
[string "<nvim>"]:1: in main chunk
I see in autoload/health/gitmessenger.vim this line:
call health#report_ok('+job is available to execute Git command')
Is health#report_ok part of a plugin I should have installed as a dependency?
The text was updated successfully, but these errors were encountered:
I tried
:checkhealth
today and got this error:I see in autoload/health/gitmessenger.vim this line:
Is health#report_ok part of a plugin I should have installed as a dependency?
The text was updated successfully, but these errors were encountered: