Merge pull request #15127 from bkase/haskell-vim
vimPlugins: add missing haskell plugins
This commit is contained in:
commit
559553d34a
@ -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 = [];
|
||||
|
||||
};
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user