You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matthieu Coudron edited this page Aug 7, 2024
·
1 revision
How to select which programs see in PATH ?
HM provides programs.neovim.extraPackages to wrap neovim with a list of programs always available. If programs with the same name are already in PATH, they override the extraPackages ones.
If you desire the opposite behavior, use programs.neovim.extraWrapperArgs with the --prefix option instead