vimPlugins.cmp-under-comparator: init at 2021-10-22
This commit is contained in:
parent
126dfe79c0
commit
f55446b5e3
@ -723,6 +723,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/ray-x/cmp-treesitter/";
|
||||
};
|
||||
|
||||
cmp-under-comparator = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-under-comparator";
|
||||
version = "2021-10-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "lukas-reineke";
|
||||
repo = "cmp-under-comparator";
|
||||
rev = "69e88636a3f7a1630a6e1199b4039a5f110caf81";
|
||||
sha256 = "1af4l8vf66sz4vhyzlnkrg0hpwx2f7096g9rszralxq0nad1i12d";
|
||||
};
|
||||
meta.homepage = "https://github.com/lukas-reineke/cmp-under-comparator/";
|
||||
};
|
||||
|
||||
cmp-vsnip = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-vsnip";
|
||||
version = "2021-08-25";
|
||||
|
@ -395,6 +395,7 @@ LucHermitte/lh-brackets
|
||||
LucHermitte/lh-vim-lib
|
||||
ludovicchabant/vim-gutentags
|
||||
ludovicchabant/vim-lawrencium
|
||||
lukas-reineke/cmp-under-comparator
|
||||
lukas-reineke/indent-blankline.nvim
|
||||
lukaszkorecki/workflowish
|
||||
lumiliet/vim-twig
|
||||
|
Loading…
Reference in New Issue
Block a user