vimPlugins.vim-textobj-comment: init at 2014-04-11

wip/yesman
Paul Reimer 5 years ago
parent fa3954073a
commit ae082355b7
No known key found for this signature in database
GPG Key ID: 65D1D89E6BBF95E7
  1. 11
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -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 {
pname = "vim-textobj-multiblock";
version = "2014-06-02";

@ -82,6 +82,7 @@ flazz/vim-colorschemes
floobits/floobits-neovim
frigoeu/psc-ide-vim
garbas/vim-snipmate
glts/vim-textobj-comment
gmarik/vundle
godlygeek/csapprox
godlygeek/tabular

Loading…
Cancel
Save