vimPlugins.projections-nvim: init at 2023-06-29 (#370855)

This commit is contained in:
Austin Horstman
2025-01-04 12:18:02 -06:00
committed by GitHub
2 changed files with 13 additions and 0 deletions
@@ -10664,6 +10664,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";
@@ -885,6 +885,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,