vimPlugins.cmp-vimwiki-tags: init at 2022-04-25
This commit is contained in:
parent
36e86164d9
commit
843fd83017
@ -1552,6 +1552,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/dmitmel/cmp-vim-lsp/";
|
||||
};
|
||||
|
||||
cmp-vimwiki-tags = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-vimwiki-tags";
|
||||
version = "2022-04-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "pontusk";
|
||||
repo = "cmp-vimwiki-tags";
|
||||
rev = "a9e631c8f4d64e009d253f741b035eb5d1bd404f";
|
||||
sha256 = "0j75bdcxbzm24mkq3lynm1crv5rqhw966aa7l27y12dlp6rbfvn0";
|
||||
};
|
||||
meta.homepage = "https://github.com/pontusk/cmp-vimwiki-tags/";
|
||||
};
|
||||
|
||||
cmp-vsnip = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-vsnip";
|
||||
version = "2021-11-10";
|
||||
|
@ -130,6 +130,7 @@ https://github.com/andersevenrud/cmp-tmux/,,
|
||||
https://github.com/ray-x/cmp-treesitter/,,
|
||||
https://github.com/lukas-reineke/cmp-under-comparator/,,
|
||||
https://github.com/dmitmel/cmp-vim-lsp/,HEAD,
|
||||
https://github.com/pontusk/cmp-vimwiki-tags/,HEAD,
|
||||
https://github.com/hrsh7th/cmp-vsnip/,,
|
||||
https://github.com/tamago324/cmp-zsh/,HEAD,
|
||||
https://github.com/saadparwaiz1/cmp_luasnip/,,
|
||||
|
Loading…
Reference in New Issue
Block a user