neovim / go-client

Nvim Go client
https://pkg.go.dev/github.com/neovim/go-client
Apache License 2.0
561 stars 37 forks source link

Prepare to deprecate support for remote plugins #173

Closed garyburd closed 2 months ago

garyburd commented 2 months ago

Neovim plans to deprecate remote plugins as described at https://github.com/neovim/neovim/issues/27949.

This commit removes references to remote plugins from all directories except nvim/plugin.

We will wait for the completion of https://github.com/neovim/neovim/issues/27949 before marking the github.com/go-client/nvim/plugin package as deprecated.