Skip to content

autoload/webapi has to be manually copied over when using nvim and Plug #43

Open
@coaxial

Description

@coaxial

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions