mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
vimPlugins.projections-nvim: init at 2023-06-29
This commit is contained in:
parent
c8d88361bd
commit
a95f1847ce
2 changed files with 13 additions and 0 deletions
|
@ -10652,6 +10652,18 @@ final: prev:
|
||||||
meta.homepage = "https://github.com/ahmedkhalf/project.nvim/";
|
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 {
|
promise-async = buildVimPlugin {
|
||||||
pname = "promise-async";
|
pname = "promise-async";
|
||||||
version = "2024-08-04";
|
version = "2024-08-04";
|
||||||
|
|
|
@ -884,6 +884,7 @@ https://github.com/ewilazarus/preto/,HEAD,
|
||||||
https://github.com/anuvyklack/pretty-fold.nvim/,HEAD,
|
https://github.com/anuvyklack/pretty-fold.nvim/,HEAD,
|
||||||
https://github.com/vim-scripts/prev_indent/,,
|
https://github.com/vim-scripts/prev_indent/,,
|
||||||
https://github.com/ahmedkhalf/project.nvim/,,
|
https://github.com/ahmedkhalf/project.nvim/,,
|
||||||
|
https://github.com/GnikDroy/projections.nvim/,HEAD,
|
||||||
https://github.com/kevinhwang91/promise-async/,HEAD,
|
https://github.com/kevinhwang91/promise-async/,HEAD,
|
||||||
https://github.com/frigoeu/psc-ide-vim/,,
|
https://github.com/frigoeu/psc-ide-vim/,,
|
||||||
https://github.com/Shougo/pum.vim/,HEAD,
|
https://github.com/Shougo/pum.vim/,HEAD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue