vimPlugins.vim-wordmotion: init at 2021-04-25
This commit is contained in:
parent
9e6d402e46
commit
2a215dc423
@ -8898,6 +8898,18 @@ final: prev:
|
|||||||
meta.homepage = "https://github.com/liuchengxu/vim-which-key/";
|
meta.homepage = "https://github.com/liuchengxu/vim-which-key/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-wordmotion = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-wordmotion";
|
||||||
|
version = "2021-04-25";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "chaoren";
|
||||||
|
repo = "vim-wordmotion";
|
||||||
|
rev = "f6a2064444f39ba52161b16ac1429ee87c1af76d";
|
||||||
|
sha256 = "0y69jkgh9pf4b0c4pxgqvf43gq8amz9qwhq1cg38zriy2m4kxi7h";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/chaoren/vim-wordmotion/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-wordy = buildVimPluginFrom2Nix {
|
vim-wordy = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-wordy";
|
pname = "vim-wordy";
|
||||||
version = "2020-10-24";
|
version = "2020-10-24";
|
||||||
|
@ -47,6 +47,7 @@ camspiers/lens.vim
|
|||||||
carlitux/deoplete-ternjs
|
carlitux/deoplete-ternjs
|
||||||
ccarpita/rtorrent-syntax-file
|
ccarpita/rtorrent-syntax-file
|
||||||
cespare/vim-toml
|
cespare/vim-toml
|
||||||
|
chaoren/vim-wordmotion
|
||||||
chikatoike/concealedyank.vim
|
chikatoike/concealedyank.vim
|
||||||
chikatoike/sourcemap.vim
|
chikatoike/sourcemap.vim
|
||||||
chkno/vim-haskell-module-name
|
chkno/vim-haskell-module-name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user