Skip to content
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

Clone this wiki locally