vimPlugins.vim-textobj-comment: init at 2014-04-11
This commit is contained in:
parent
fa3954073a
commit
ae082355b7
@ -3918,6 +3918,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-textobj-comment = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-textobj-comment";
|
||||||
|
version = "2014-04-11";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "glts";
|
||||||
|
repo = "vim-textobj-comment";
|
||||||
|
rev = "58ae4571b76a5bf74850698f23d235eef991dd4b";
|
||||||
|
sha256 = "00wc14chwjfx95gl3yzbxm1ajx88zpzqz0ckl7xvd7gvkrf0mx04";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-textobj-multiblock = buildVimPluginFrom2Nix {
|
vim-textobj-multiblock = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-textobj-multiblock";
|
pname = "vim-textobj-multiblock";
|
||||||
version = "2014-06-02";
|
version = "2014-06-02";
|
||||||
|
@ -82,6 +82,7 @@ flazz/vim-colorschemes
|
|||||||
floobits/floobits-neovim
|
floobits/floobits-neovim
|
||||||
frigoeu/psc-ide-vim
|
frigoeu/psc-ide-vim
|
||||||
garbas/vim-snipmate
|
garbas/vim-snipmate
|
||||||
|
glts/vim-textobj-comment
|
||||||
gmarik/vundle
|
gmarik/vundle
|
||||||
godlygeek/csapprox
|
godlygeek/csapprox
|
||||||
godlygeek/tabular
|
godlygeek/tabular
|
||||||
|
Loading…
x
Reference in New Issue
Block a user