Loading
Update overrides.nix, compile leaderf vim plugin
Leaderf is a vim fuzzy finder plugin, for details please see https://github.com/Yggdroot/LeaderF , and it supports c extension to speed up 10 times faster; The origin nixpkg does not compile the c extension, so compile the c extension to make it faster. 1. And also remove the build dir to prevent the unnecessary dependency on gcc. 2. strip the share lib to keep the files small Signed-off-by:sheeaza <winsdenny@outlook.com>