feat: add lazygit and vim-sleuth
This commit is contained in:
parent
f58d0b9e8c
commit
19989be42b
3 changed files with 21 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
nativeBuildInputs = [pkgs.makeWrapper];
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/nvim \
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.fzf]}
|
||||
--prefix PATH : ${pkgs.lib.makeBinPath [pkgs.git pkgs.fzf pkgs.lazygit]}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue