Matlab commands not available in nvim
running MatlabCliRunSelection gives error
not a editor command in nvim.
Only this commands work
-
MatlabLaunchServer -
Matlab(Insert/visual/Normal)ModeCreateCell
Have you installed pynvim for python2? Try running :CheckHealth and seeing the status of your python2 environment. I had the same problem and resolved it by doing that then running :UpdateRemotePluggins.
Is it really necessary to install python2? I ask because python2 is deprecated.
It is mostly because I haven't maintained this project in a while. Sorry about that. It would be easy to convert to python3 only. Pull requests welcome 😄
Have you installed pynvim for python2? Try running :CheckHealth and seeing the status of your python2 environment. I had the same problem and resolved it by doing that then running :UpdateRemotePluggins.
Sorry, I stopped using this plugin but I think I didn't install pynvim and that might have been causing the issue. You can close this issue if this behaviour is unreproducable.