vimPlugins.camelcasemotion: init at 2019-06-06

This commit is contained in:
Minijackson 2019-06-23 10:56:03 +02:00
parent baa75f0c25
commit c1b11c696e
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62
2 changed files with 12 additions and 0 deletions

View File

@ -180,6 +180,17 @@ let
};
};
camelcasemotion = buildVimPluginFrom2Nix {
pname = "camelcasemotion";
version = "2019-06-06";
src = fetchFromGitHub {
owner = "bkad";
repo = "camelcasemotion";
rev = "2a62526721b6a4324bec3408e4ed9f8eebf96f3b";
sha256 = "1pj7q0ic6hs6niflp64izk5v3kdw951ram035v3xv1gjsp1aa5a6";
};
};
caw-vim = buildVimPluginFrom2Nix {
pname = "caw-vim";
version = "2019-06-13";

View File

@ -18,6 +18,7 @@ bbchung/clighter8
benmills/vimux
bhurlow/vim-parinfer
bitc/vim-hdevtools
bkad/camelcasemotion
bling/vim-bufferline
bronson/vim-trailing-whitespace
brooth/far.vim