vimPlugins.cmp-nvim-lsp: init at 2021-08-16

launchpad/nixpkgs/master
figsoda 3 years ago
parent 7a8c06b08d
commit 5670287c5b
  1. 12
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

@ -555,6 +555,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
};
cmp-nvim-lsp = buildVimPluginFrom2Nix {
pname = "cmp-nvim-lsp";
version = "2021-08-16";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-nvim-lsp";
rev = "09e4ab0fb66ad07d64b311d1bd7916905bf3364b";
sha256 = "0573ywym8favv12g78qln4zx15j1ic26y8j2rbdlh8n22zll0v1x";
};
meta.homepage = "https://github.com/hrsh7th/cmp-nvim-lsp/";
};
coc-clap = buildVimPluginFrom2Nix {
pname = "coc-clap";
version = "2021-05-10";

@ -216,6 +216,7 @@ hotwatermorning/auto-git-diff
hrsh7th/cmp-buffer@main
hrsh7th/cmp-calc@main
hrsh7th/cmp-emoji@main
hrsh7th/cmp-nvim-lsp@main
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip

Loading…
Cancel
Save