How config environment of matlab #11
Replies: 2 comments
-
|
Hi there, This feature was not implemented before so it is no surprise "it was useless". In a quick effort to solve the issue, I pushed an update where I added environment variables support: Added environment = {} configuration option to config.luaModified build_matlab_command() function in tmux.lua to handle environment variables example usage: require('matlab').setup({ Regarding the tmux functionality - I am not sure what does not work for you as everything works well on my end. |
Beta Was this translation helpful? Give feedback.
-
Think you very much, it works perfect. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use matlab in archlinux. However, due to some wrong packages, the default environment has some problems. I have to config some variable before I start matlab gui individually.
In this plugin config, I try to use
But it is useless. I still try to set the environment variable before I start nvim, but It doesn't work either. It seems like that it always open a new tmux window to run matlab instead of the exiting window.
I want to know how to config environment variables in this plugin.
Beta Was this translation helpful? Give feedback.
All reactions