vimPlugins.vim-poweryank: init at 2017-08-13
This commit is contained in:
parent
3b29c023f8
commit
c4a881c0fb
@ -6145,6 +6145,18 @@ let
|
|||||||
meta.homepage = "https://github.com/sheerun/vim-polyglot/";
|
meta.homepage = "https://github.com/sheerun/vim-polyglot/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-poweryank = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-poweryank";
|
||||||
|
version = "2017-08-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "haya14busa";
|
||||||
|
repo = "vim-poweryank";
|
||||||
|
rev = "48dff95dbd64423c96fdae5c18eaddb5b5fa3064";
|
||||||
|
sha256 = "016w6nn2qhra9v55sn6g6qf1pj8f072f22r97nzxy4958k7f114a";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/haya14busa/vim-poweryank/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-prettyprint = buildVimPluginFrom2Nix {
|
vim-prettyprint = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-prettyprint";
|
pname = "vim-prettyprint";
|
||||||
version = "2016-07-16";
|
version = "2016-07-16";
|
||||||
|
@ -140,6 +140,7 @@ haya14busa/incsearch-easymotion.vim
|
|||||||
haya14busa/incsearch.vim
|
haya14busa/incsearch.vim
|
||||||
haya14busa/is.vim
|
haya14busa/is.vim
|
||||||
haya14busa/vim-asterisk
|
haya14busa/vim-asterisk
|
||||||
|
haya14busa/vim-poweryank
|
||||||
heavenshell/vim-jsdoc
|
heavenshell/vim-jsdoc
|
||||||
hecal3/vim-leader-guide
|
hecal3/vim-leader-guide
|
||||||
henrik/vim-indexed-search
|
henrik/vim-indexed-search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user