vimPlugins.vim-indent-object: init at 2015-08-11

This commit is contained in:
Symphorien Gibol 2017-02-25 14:57:41 +01:00
parent d95dd3df28
commit ac59309f69
2 changed files with 12 additions and 0 deletions

View file

@ -399,6 +399,17 @@ rec {
};
vim-indent-object = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-indent-object-2015-08-11";
src = fetchgit {
url = "git://github.com/michaeljsmith/vim-indent-object";
rev = "1d3e4aac0117d57c3e1aaaa7e5a99f1d7553e01b";
sha256 = "1xxl5pwbz56qjfxw6l686m1qc4a3q0r7afa9r5gjhgd1jy67z7d7";
};
dependencies = [];
};
vim-nix = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-nix-2016-11-02";
src = fetchgit {

View file

@ -80,6 +80,7 @@
"github:lyokha/vim-xkbswitch"
"github:machakann/vim-highlightedyank"
"github:mhinz/vim-startify"
"github:michaeljsmith/vim-indent-object"
"github:mkasa/lushtags"
"github:mpickering/hlint-refactor-vim"
"github:nathanaelkane/vim-indent-guides"