nvim-ipy icon indicating copy to clipboard operation
nvim-ipy copied to clipboard

E117: Unknown function: IPyConnect

Open augustebaum opened this issue 3 years ago • 2 comments

When running :IPython I get:

E117: Unknown function: IPyConnect

and looking around the codebase, it's true that I can't find that function defined anywhere.

Would it be possible to add information on how to set up the plugin?

Thanks!

augustebaum avatar Jan 11 '22 09:01 augustebaum

I think it's related to #35

AdrienLeGuillou avatar Jan 12 '22 08:01 AdrienLeGuillou

:UpdateRemotePlugin returns

function remote#host#UpdateRemotePlugins[6]..<SNR>63_RegistrationCommands[13]..remote#host#RegisterPlugin, line 5
Plugin "~/.config/nvim/plugged/LanguageClient-neovim/rplugin/python3/denite" is already registered
remote/host: generated rplugin manifest: ~/.local/share/nvim/rplugin.vim
Press ENTER or type command to continue

kewiechecki avatar Jan 21 '23 15:01 kewiechecki