vimPlugins.vim-classpath: init at 2020-04-07 (#388584)

This commit is contained in:
Gaétan Lepage
2025-03-10 03:37:03 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
@@ -15518,6 +15518,19 @@ final: prev:
meta.hydraPlatforms = [ ];
};
vim-classpath = buildVimPlugin {
pname = "vim-classpath";
version = "2020-04-07";
src = fetchFromGitHub {
owner = "tpope";
repo = "vim-classpath";
rev = "88a7e8a62d4603e79787cb381fc5cac562c29bb0";
sha256 = "0k67r76djvhqsc76af72s11hrxschsj1rx2rb3xsi3q5rm0ff5mg";
};
meta.homepage = "https://github.com/tpope/vim-classpath/";
meta.hydraPlatforms = [ ];
};
vim-clojure-highlight = buildVimPlugin {
pname = "vim-clojure-highlight";
version = "2015-07-05";
@@ -1190,6 +1190,7 @@ https://github.com/m-pilia/vim-ccls/,,
https://github.com/tpope/vim-characterize/,HEAD,
https://github.com/t9md/vim-choosewin/,,
https://github.com/rhysd/vim-clang-format/,,
https://github.com/tpope/vim-classpath/,HEAD,
https://github.com/guns/vim-clojure-highlight/,,
https://github.com/guns/vim-clojure-static/,,
https://github.com/rstacruz/vim-closer/,,