vimPlugins.vim-automkdir: init at 2016-01-17

This commit is contained in:
Eduardo Quiros 2020-03-11 12:53:06 -06:00
parent 9caf1a87a1
commit df49c1bdc1
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
2 changed files with 12 additions and 0 deletions

View File

@ -3434,6 +3434,17 @@ let
};
};
vim-automkdir = buildVimPluginFrom2Nix {
pname = "vim-automkdir";
version = "2016-01-17";
src = fetchFromGitHub {
owner = "benizi";
repo = "vim-automkdir";
rev = "dec143a8d9b266f73a42c63ede85bfc26280f79d";
sha256 = "00ix0y1ijbis8pj7pf6gv2g5z2s7kxwlr0viybwrs0li5acym6jp";
};
};
vim-bazel = buildVimPluginFrom2Nix {
pname = "vim-bazel";
version = "2019-08-14";

View File

@ -21,6 +21,7 @@ ayu-theme/ayu-vim
bazelbuild/vim-bazel
bbchung/clighter8
benmills/vimux
benizi/vim-automkdir
bhurlow/vim-parinfer
bitc/vim-hdevtools
bkad/camelcasemotion