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

This commit is contained in:
Paul Reimer
2019-07-02 00:02:01 -07:00
parent fa3954073a
commit ae082355b7
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -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";