mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
vimPlugins: add purescript plugins
This commit is contained in:
parent
4f95f12892
commit
440004a017
@ -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 {
|
||||
|
@ -36,6 +36,7 @@
|
||||
"github:esneider/YUNOcommit.vim"
|
||||
"github:fatih/vim-go"
|
||||
"github:flazz/vim-colorschemes"
|
||||
"github:frigoeu/psc-ide-vim"
|
||||
"github:google/vim-jsonnet"
|
||||
"github:hecal3/vim-leader-guide"
|
||||
"github:idris-hackers/idris-vim"
|
||||
@ -68,6 +69,7 @@
|
||||
"github:osyo-manga/shabadou.vim"
|
||||
"github:osyo-manga/vim-watchdogs"
|
||||
"github:racer-rust/vim-racer"
|
||||
"github:raichoo/purescript-vim"
|
||||
"github:rust-lang/rust.vim"
|
||||
"github:shougo/neocomplete.vim"
|
||||
"github:shougo/neosnippet-snippets"
|
||||
|
Loading…
Reference in New Issue
Block a user