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

Neovim plugin for MATLAB

Results 15 vim-matlab issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to install this plugin but I get the following error. Has anyone seen this before? I can for example install `denite.vim` which also needs the command...

Thanks for your work! I am a Matlab user and I really appreciate a Neovim/vim plugin for that! However I have to work on Windows at work. If I understand...

I am working on a similar project (for vanilla vim) and I recently updated the syntax file with the latest functions from MATLAB (up to R2022a). I saw that you...

![image](https://user-images.githubusercontent.com/19779511/91890948-80e29480-ec90-11ea-8595-dc230240311e.png)

running ```MatlabCliRunSelection``` gives error ``` not a editor command in nvim. ``` Only this commands work - ```MatlabLaunchServer``` - ```Matlab(Insert/visual/Normal)ModeCreateCell```

I need to start MATLAB with "env MESA_LOADER_DRIVER_OVERRIDE=i965 matlab" to get hardware opengl rendering to work. I have tried to insert this into the python script to start the server,...

I noticed that tab autocompletion works if I launch matlab with "matlab -nodesktop -nosplash" in a terminal, but it doesn't when launched from neovim or directly from the supplied script....

I'm facing this issue for the first time on a fresh installation of ubuntu with matlab 2019b. It seems if I run :MatlabLaunchServer in vim, it starts a matlab instance...

Hey, for some reason whenever I try to start the Matlab server via the vim-matlab-server.py script I get this Error: > Traceback (most recent call last): > File "./vim-matlab-server.py", line...

It would be nice to have option to change path to matlab executable as we have multiple versions of matlab.