mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
vimPlugins.vim-racket: init at 2020-07-24
This commit is contained in:
parent
11ffb0a362
commit
0c6e5e15f8
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user