daeyun / vim-matlab

Neovim plugin for MATLAB
Mozilla Public License 2.0
104 stars 19 forks source link

A similar but simpler vim plugin for matlab #27

Open yinflying opened 6 years ago

yinflying commented 6 years ago

First, I have to thank you for the idea to send message from vim to matlab. However, it seems a little complex to modify the python code(I am a vim user under linux). I found that gnu screen could pass commands from one terminal to another, so I write a very simple vim plugin with pure vimL. Here is the project: matlab-screen