mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 09:31:01 +00:00
vimPlugins.cmp-calc: init at 2021-08-08
This commit is contained in:
parent
62cab46c8c
commit
bd3687c3de
|
@ -531,6 +531,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/hrsh7th/cmp-buffer/";
|
||||
};
|
||||
|
||||
cmp-calc = buildVimPluginFrom2Nix {
|
||||
pname = "cmp-calc";
|
||||
version = "2021-08-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "hrsh7th";
|
||||
repo = "cmp-calc";
|
||||
rev = "bac4f988d14665a6a681df3646ff1baa2affc2da";
|
||||
sha256 = "09g5pglbfzgnzl0lbn1fa27fh88a5pv2s2agmbw0gh4idnrvi66x";
|
||||
};
|
||||
meta.homepage = "https://github.com/hrsh7th/cmp-calc/";
|
||||
};
|
||||
|
||||
coc-clap = buildVimPluginFrom2Nix {
|
||||
pname = "coc-clap";
|
||||
version = "2021-05-10";
|
||||
|
|
|
@ -214,6 +214,7 @@ honza/vim-snippets
|
|||
hoob3rt/lualine.nvim
|
||||
hotwatermorning/auto-git-diff
|
||||
hrsh7th/cmp-buffer@main
|
||||
hrsh7th/cmp-calc@main
|
||||
hrsh7th/nvim-cmp@main
|
||||
hrsh7th/nvim-compe
|
||||
hrsh7th/vim-vsnip
|
||||
|
|
Loading…
Reference in a new issue