ardagnir / pterosaur

All firefox text fields are vim.
GNU Affero General Public License v3.0
772 stars 30 forks source link

Neovim support #45

Closed akarl closed 4 years ago

akarl commented 9 years ago

I'm not sure if Neovim has support for clientserver, it does not show up in $ nvim --version. I have tried googling but I only found that Neovim should be installed with all features automatically. I could just rebuild my Vim 7 if it won't work though :)

chpill commented 9 years ago

Neovim does not have the clientserver mode of vim, because it exposes a more featured msgpack-rpc API to interact with it.

Would be great to see support for that in pterausor!

akarl commented 9 years ago

Alright, thanks!

aandrieiev commented 9 years ago

Assuming pterosaur uses vimbed for communicating with the server, perhaps this is something to ask for support of here: https://github.com/ardagnir/vimbed.git

braham-snyder commented 8 years ago

relevant neovim issue: https://github.com/neovim/neovim/issues/1750

as of now, https://github.com/mhinz/neovim-remote is a "temporary solution"