daeyun / vim-matlab

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

Run in neovim terminal buffer doesn't work (matlab_server_launcher = 'vim') #35

Closed mizhozan closed 2 years ago

mizhozan commented 3 years ago

Hi,

I'm trying to use matlab built-in terminal buffer instead of tmux (or even split horizontally instead of vertical) and none of the below configurations works. neovim still complain that I need to run inside tmux which I've added these configurations.

let g:matlab_server_launcher = 'vim'  "launch the server in a Neovim terminal buffer

let g:matlab_server_split = 'horizontal' "launch the server in a horizontal split
tdy commented 3 years ago

What do :echo g:matlab_server_launcher and :echo g:matlab_server_split show? And what is the full error message?

mizhozan commented 2 years ago

Sorry for very late response, I stopped using this plugin (including Matlab) and right now don't have the environment to reproduce it. So I'll close the issue at the moment.