neovim / neovim-ruby

Ruby support for Neovim
MIT License
337 stars 17 forks source link

simplify remote plugins #108

Open justinmk opened 3 weeks ago

justinmk commented 3 weeks ago

Problem

The design, and usage, of remote plugins can be simplified, as described in https://github.com/neovim/neovim/issues/27949

tl;dr:

Solution

Related

alexgenco commented 3 weeks ago

Update handling of g:ruby_host_prog, so it can point to ruby

(Nvim 0.12) Remove old rplugin-related code

Is there anything to do for these in this repo? These seem like changes to neovim itself, except maybe deleting the remote plugin code once nvim 0.12 lands.

justinmk commented 3 weeks ago

Correct. Just for tracking/visibility