vimPlugins.vim-racket: init at 2020-07-24

This commit is contained in:
Mazurel 2020-11-05 16:43:14 +01:00 committed by Jonathan Ringer
parent 11ffb0a362
commit 0c6e5e15f8
2 changed files with 13 additions and 0 deletions

View File

@ -6169,6 +6169,18 @@ let
meta.homepage = "https://github.com/racer-rust/vim-racer/";
};
vim-racket = buildVimPluginFrom2Nix {
pname = "vim-racket";
version = "2020-07-24";
src = fetchFromGitHub {
owner = "wlangstroth";
repo = "vim-racket";
rev = "bca2643c3d8bd0fcd46ab73bee69023a5da1964b";
sha256 = "059a79d66yxhhwq127sjl84ky1153im7mm5ixjcsgg9glgvd39jy";
};
meta.homepage = "https://github.com/wlangstroth/vim-racket/";
};
vim-ragtag = buildVimPluginFrom2Nix {
pname = "vim-ragtag";
version = "2020-01-26";

View File

@ -611,6 +611,7 @@ whonore/Coqtail
will133/vim-dirdiff
wincent/command-t
wincent/ferret
wlangstroth/vim-racket
wsdjeg/vim-fetch
xavierd/clang_complete
xolox/vim-easytags