mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
vimPlugins.camelcasemotion: init at 2019-06-06 (#63683)
vimPlugins.camelcasemotion: init at 2019-06-06
This commit is contained in:
commit
9336f941ea
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user