mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-09 12:05:50 +03:00
vimPlugins.vim-jdaddy: init at 2022-03-26
This commit is contained in:
parent
d0fabf48ff
commit
d4a5048be9
2 changed files with 14 additions and 0 deletions
|
@ -17157,6 +17157,19 @@ final: prev:
|
||||||
meta.hydraPlatforms = [ ];
|
meta.hydraPlatforms = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-jdaddy = buildVimPlugin {
|
||||||
|
pname = "vim-jdaddy";
|
||||||
|
version = "2022-03-26";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tpope";
|
||||||
|
repo = "vim-jdaddy";
|
||||||
|
rev = "23b67752cb869dd9c8f3109173b69aa96a1f3acf";
|
||||||
|
sha256 = "1frkyq5zpwkwrrjcf0sscmr6q696vaaxnc0r93mk9psv5zbna4vl";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/tpope/vim-jdaddy/";
|
||||||
|
meta.hydraPlatforms = [ ];
|
||||||
|
};
|
||||||
|
|
||||||
vim-jetpack = buildVimPlugin {
|
vim-jetpack = buildVimPlugin {
|
||||||
pname = "vim-jetpack";
|
pname = "vim-jetpack";
|
||||||
version = "2025-02-20";
|
version = "2025-02-20";
|
||||||
|
|
|
@ -1316,6 +1316,7 @@ https://github.com/mhinz/vim-janah/,,
|
||||||
https://github.com/artur-shaik/vim-javacomplete2/,,
|
https://github.com/artur-shaik/vim-javacomplete2/,,
|
||||||
https://github.com/pangloss/vim-javascript/,,
|
https://github.com/pangloss/vim-javascript/,,
|
||||||
https://github.com/jelera/vim-javascript-syntax/,,
|
https://github.com/jelera/vim-javascript-syntax/,,
|
||||||
|
https://github.com/tpope/vim-jdaddy/,HEAD,
|
||||||
https://github.com/tani/vim-jetpack/,HEAD,
|
https://github.com/tani/vim-jetpack/,HEAD,
|
||||||
https://github.com/lepture/vim-jinja/,,
|
https://github.com/lepture/vim-jinja/,,
|
||||||
https://github.com/seirl/vim-jinja-languages/,HEAD,
|
https://github.com/seirl/vim-jinja-languages/,HEAD,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue