vimPlugins.vim-textobj-haskell: init at 2014-10-27
This commit is contained in:
parent
8e4961701d
commit
d6bafe8286
@ -4854,6 +4854,17 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
vim-textobj-haskell = buildVimPluginFrom2Nix {
|
||||
pname = "vim-textobj-haskell";
|
||||
version = "2014-10-27";
|
||||
src = fetchFromGitHub {
|
||||
owner = "gibiansky";
|
||||
repo = "vim-textobj-haskell";
|
||||
rev = "ca656e98ea31e201f5bc543909398a6c8bb5d537";
|
||||
sha256 = "096pjjl3ngw0hsh59j2x6pdrpqvp657rcxfyl9kw13ndqyd867xs";
|
||||
};
|
||||
};
|
||||
|
||||
vim-textobj-multiblock = buildVimPluginFrom2Nix {
|
||||
pname = "vim-textobj-multiblock";
|
||||
version = "2014-06-02";
|
||||
|
@ -91,6 +91,7 @@ freitass/todo.txt-vim
|
||||
frigoeu/psc-ide-vim
|
||||
fsharp/vim-fsharp
|
||||
garbas/vim-snipmate
|
||||
gibiansky/vim-textobj-haskell
|
||||
glts/vim-textobj-comment
|
||||
gmarik/vundle
|
||||
godlygeek/csapprox
|
||||
|
Loading…
Reference in New Issue
Block a user