about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorArseniy Seroka <jagajaga@users.noreply.github.com>2016-05-05 14:46:59 +0300
committerArseniy Seroka <jagajaga@users.noreply.github.com>2016-05-05 14:46:59 +0300
commit559553d34a3465a62eadddaacc255f519800a3b4 (patch)
tree88869ba6d33b1469f67fc891c1aad2f09e3dd627 /pkgs/misc/vim-plugins
parentef7e1af6116e43bd9abaa62c177ae82e28415423 (diff)
parent17d85f4e91f9775f71a201746810b98e010685e1 (diff)
downloadnixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar.gz
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar.bz2
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar.lz
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar.xz
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.tar.zst
nixlib-559553d34a3465a62eadddaacc255f519800a3b4.zip
Merge pull request #15127 from bkase/haskell-vim
vimPlugins: add missing haskell plugins
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/default.nix35
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names3
2 files changed, 38 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/default.nix b/pkgs/misc/vim-plugins/default.nix
index e30073339fd3..1bc2570f1577 100644
--- a/pkgs/misc/vim-plugins/default.nix
+++ b/pkgs/misc/vim-plugins/default.nix
@@ -67,7 +67,9 @@ rec {
   Gundo               = gundo-vim; # backwards compat, added 2015-10-03
   haskellConceal      = haskellconceal; # backwards compat, added 2014-10-18
   haskellconceal      = vim-haskellconceal;
+  haskellConcealPlus  = vim-haskellConcealPlus;
   hier                = vim-hier;
+  hlint-refactor      = hlint-refactor-vim;
   hoogle              = Hoogle;
   ipython             = vim-ipython;
   latex-live-preview  = vim-latex-live-preview;
@@ -1703,4 +1705,37 @@ rec {
     dependencies = [];
 
   };
+
+  vim-haskellConcealPlus = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "vim-haskellConcealPlus-2015-11-14";
+    src = fetchgit {
+      url = "git://github.com/enomsg/vim-haskellConcealPlus";
+      rev = "fdd4e15800121edcb72e050650b02537af2d64ce";
+      sha256 = "0dw9ibj54bnszvkzxhfdwxwyjlv5a5k1pbyjmbw44ldqx48x4651";
+    };
+    dependencies = [];
+
+  };
+
+  hlint-refactor-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "hlint-refactor-vim-2015-12-05";
+    src = fetchgit {
+      url = "git://github.com/mpickering/hlint-refactor-vim";
+      rev = "fffb044ecef854a82c5c2efda252e09044ba03e0";
+      sha256 = "0z8d31arfy9aidg1dwj5msnnx799d9r7njkgh51z695w6ayxn6p8";
+    };
+    dependencies = [];
+
+  };
+
+  haskell-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
+    name = "haskell-vim-2016-04-18";
+    src = fetchgit {
+      url = "git://github.com/neovimhaskell/haskell-vim";
+      rev = "40bb7c933d2e95432571fcb353d69323a1432d4e";
+      sha256 = "08da8hp1jirxzlwbnzf2zlpzya1jc74mahwsb37xnbs6hgvvpd86";
+    };
+    dependencies = [];
+
+  };
 }
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 2b8d71b87603..7a2f018a81be 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -30,6 +30,7 @@
 "github:digitaltoad/vim-jade"
 "github:eagletmt/neco-ghc"
 "github:esneider/YUNOcommit.vim"
+"github:enomsg/vim-haskellConcealPlus"
 "github:fatih/vim-go"
 "github:flazz/vim-colorschemes"
 "github:google/vim-jsonnet"
@@ -56,7 +57,9 @@
 "github:lyokha/vim-xkbswitch"
 "github:mhinz/vim-startify"
 "github:mkasa/lushtags"
+"github:mpickering/hlint-refactor-vim"
 "github:nbouscal/vim-stylish-haskell"
+"github:neovimhaskell/haskell-vim"
 "github:osyo-manga/shabadou.vim"
 "github:osyo-manga/vim-watchdogs"
 "github:racer-rust/vim-racer"