mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 21:18:34 +00:00
vimPlugins.compe-zsh: init at 2021-04-03
This commit is contained in:
parent
27f4df3f08
commit
b752b53dde
@ -688,6 +688,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/andersevenrud/compe-tmux/";
|
||||
};
|
||||
|
||||
compe-zsh = buildVimPluginFrom2Nix {
|
||||
pname = "compe-zsh";
|
||||
version = "2021-04-03";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tamago324";
|
||||
repo = "compe-zsh";
|
||||
rev = "1a46a0ee661242f6a015b2abead34b606bb97171";
|
||||
sha256 = "0m8fmsx4bwmgqgjpwpldckp68hpx6qfschwdg275xsxkzw8pdnbk";
|
||||
};
|
||||
meta.homepage = "https://github.com/tamago324/compe-zsh/";
|
||||
};
|
||||
|
||||
completion-buffers = buildVimPluginFrom2Nix {
|
||||
pname = "completion-buffers";
|
||||
version = "2021-01-17";
|
||||
|
@ -622,6 +622,7 @@ t9md/vim-choosewin
|
||||
t9md/vim-smalls
|
||||
TaDaa/vimade
|
||||
takac/vim-hardtime
|
||||
tamago324/compe-zsh
|
||||
tami5/compe-conjure
|
||||
tami5/lispdocs.nvim
|
||||
tami5/sql.nvim
|
||||
|
Loading…
Reference in New Issue
Block a user