daeyun / vim-matlab

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

Add :MatlabLaunchServer command #15

Closed tdy closed 7 years ago

tdy commented 7 years ago

I usually launch the server in a neovim term split (:vs term://vim-matlab-server.py) or a tmux split, so I added a :MatlabLaunchServer command for it.

g:matlab_server_launcher can be set to vim (default) or tmux. g:matlab_server_split can be set to vertical (default) or horizontal.

daeyun commented 7 years ago

👍