vimPlugins: add purescript plugins

This commit is contained in:
Brandon Kase
2016-06-04 17:25:08 -07:00
parent 4f95f12892
commit 440004a017
2 changed files with 24 additions and 0 deletions
+22
View File
@@ -1301,6 +1301,28 @@ rec {
};
psc-ide-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "psc-ide-vim-2016-06-04";
src = fetchgit {
url = "git://github.com/frigoeu/psc-ide-vim";
rev = "27c000f0f27c7a4d05f001320ddcf1ae15b22eb7";
sha256 = "1vgxf5kziv00mi346zw3b2dnxygxk0jyxg41y6w1j22yrp9id1k2";
};
dependencies = [ ];
};
purescript-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "purescript-vim-2016-06-04";
src = fetchgit {
url = "git://github.com/raichoo/purescript-vim";
rev = "92dd6bc647b45444e9d5e0550bdc3c56928f9762";
sha256 = "090vpff58lzzhqp28p27am5s8s6ngjxw6j4y46zaixcxxx7wqzha";
};
dependencies = [ ];
};
quickfixstatus = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "quickfixstatus-2011-09-02";
src = fetchgit {