nvim <file> throws error. Opening file from inside neovim works.
amtoine opened this issue · 1 comments
amtoine commented
Hi there!
I am so excited about this plugin as I really do not like not having access to my neovim config inside python notebooks...
I managed to get the plugin working by running :checkhealth
, installing jupyter
inside my python3
and then running :UpdateRemotePlugins
.
However, the plugin throws an error when trying to open directly a notebook from the terminal with nvim /path/to/file
. Error that does not appear when running :e /path/to/file
inside neovim after running nvim
alone in a terminal.
Just to let you know ;)