lemonade-command / lemonade

Lemonade is a remote utility tool. (copy, paste and open browser) over TCP.
MIT License
627 stars 54 forks source link

Plugin for vim/neovim? #17

Closed ninrod closed 8 years ago

ninrod commented 8 years ago

@pocke thanks for the awesome repo. Is a vim/neovim plugin on your radar?

pocke commented 8 years ago

I use open-browser.vim https://github.com/tyru/open-browser.vim You can use the plugin for lemonade open.

And neovim supports lemonade copy / paste. https://github.com/neovim/neovim/blob/master/runtime/doc/nvim_clipboard.txt#L25 However, I don't use neovim. So, I don't know in detail.

ninrod commented 8 years ago

ok thanks.