0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

vimPlugins.projections-nvim: init at 2023-06-29

This commit is contained in:
"Gaetan Lepage" 2025-01-04 14:47:51 +01:00
parent c8d88361bd
commit a95f1847ce
2 changed files with 13 additions and 0 deletions

View file

@ -10652,6 +10652,18 @@ final: prev:
meta.homepage = "https://github.com/ahmedkhalf/project.nvim/";
};
projections-nvim = buildVimPlugin {
pname = "projections.nvim";
version = "2023-06-29";
src = fetchFromGitHub {
owner = "GnikDroy";
repo = "projections.nvim";
rev = "f18a8505f84f45a0fe024cafca5b969447f63cd5";
sha256 = "1yljcd1k8ksjxcs61b20z3rw36960mczi62x07i8z4xrxqrn4k5y";
};
meta.homepage = "https://github.com/GnikDroy/projections.nvim/";
};
promise-async = buildVimPlugin {
pname = "promise-async";
version = "2024-08-04";

View file

@ -884,6 +884,7 @@ https://github.com/ewilazarus/preto/,HEAD,
https://github.com/anuvyklack/pretty-fold.nvim/,HEAD,
https://github.com/vim-scripts/prev_indent/,,
https://github.com/ahmedkhalf/project.nvim/,,
https://github.com/GnikDroy/projections.nvim/,HEAD,
https://github.com/kevinhwang91/promise-async/,HEAD,
https://github.com/frigoeu/psc-ide-vim/,,
https://github.com/Shougo/pum.vim/,HEAD,