Skip to content

Commit

Permalink
vimPlugins.cmp-nvim-lsp: init at 2021-08-16
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 16, 2021
1 parent 7a8c06b commit 5670287
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5670287

Please sign in to comment.