Just installed the plugin with nvim 0.7.2 and Plug has the plugin manager.
I was getting E117: Unknown function: webapi#json#decode until I $ cp -r .vim/plugged/webapi-vim/autoload/webapi/ .vim/autoload/webapi/
It looks like the autoload/ contents aren't autoloaded somehow? I don't know much about vim plugins, but the cp solved the issue. Maybe it's something the plugin could do for itself when installed?
Just installed the plugin with nvim 0.7.2 and Plug has the plugin manager.
I was getting
E117: Unknown function: webapi#json#decodeuntil I$ cp -r .vim/plugged/webapi-vim/autoload/webapi/ .vim/autoload/webapi/It looks like the
autoload/contents aren't autoloaded somehow? I don't know much about vim plugins, but thecpsolved the issue. Maybe it's something the plugin could do for itself when installed?