-
-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure mvim as cli tool via the settings #1404
Comments
These days we usually just recommend adding The description already exists (see the above help link) but I admit it's a little hard to discover. It could be useful to have a button to do this for the user, but it's a little harder to add a folder to |
Thank you very much @ychin 🤩 good comment, I changed it directly…
I think it can be very valuable to some users to bring the possibility to set this path into the macvim UI. Currently for me the macOS app kaleidoscope solved that very well. |
Right. Let me think about it a little. Just need to play around with it a bit and triage when I get time to work on this. |
Most of the time I would start mvim from the command line, but that is only possible if you add a softlink into
/usr/local/bin/
so I would recommend a more user friendly version.Described solution
A clear and concise description of what you want to happen.
I would recommend a new check box within the settings panel which will add a softlink to
/usr/local/bin/
from the GUI.Currently way to add mvim to the cli
A clear and concise description of any alternative solutions or features you've considered.
sudo ln -s /Applications/MacVim.app/Contents/bin/mvim /usr/local/bin/mvim
The text was updated successfully, but these errors were encountered: