vim-matlab icon indicating copy to clipboard operation
vim-matlab copied to clipboard

Matlab commands not available in nvim

Open UddipakBhuyan opened this issue 6 years ago • 5 comments

running MatlabCliRunSelection gives error

 not a editor command in nvim.

Only this commands work

  • MatlabLaunchServer
  • Matlab(Insert/visual/Normal)ModeCreateCell

UddipakBhuyan avatar Apr 13 '20 19:04 UddipakBhuyan

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.

alexb7711 avatar Sep 11 '20 12:09 alexb7711

Is it really necessary to install python2? I ask because python2 is deprecated.

worldpotato avatar May 04 '21 16:05 worldpotato

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 😄

daeyun avatar May 04 '21 16:05 daeyun

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.

UddipakBhuyan avatar May 30 '21 11:05 UddipakBhuyan