feat: Added cachix

This commit is contained in:
uttarayan21
2024-04-28 05:33:31 +05:30
parent fe00addf7c
commit 26e1ffd399
9 changed files with 323 additions and 79 deletions

View File

@@ -9,8 +9,9 @@
};
neogit = final.pkgs.vimUtils.buildVimPlugin {
name = "neogit";
version = inputs.neogit.rev;
src = inputs.neogit;
dependencies = [final.vimPlugins.plenary-nvim];
dependencies = with final.vimPlugins; [plenary-nvim diffview-nvim fzf-lua];
};
# comfortable-motion = final.pkgs.vimUtils.buildVimPlugin {
# name = "comfortable-motion";