nikvdp / neomux

Control Neovim from shells running inside Neovim.
MIT License
350 stars 11 forks source link

Use symlinks for binaries and check $0 #2

Closed doronbehar closed 3 years ago

doronbehar commented 4 years ago

This plugin is freaking awesome.

But, I'm missing a few subtleties. This PR perhaps isn't influential on UI/UX but I think it should lower a bit the amount of files read during a normal execution of a command this plugin provides. Besides, it's a cool hack people should know about and it is used by pros' projects such as Rustup and it fits this project like a glove to hand. I think it'll also help you regarding maintenance and/or adding new commands in the future.