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

This commit is contained in:
figsoda 2021-08-16 14:21:59 -04:00
parent 4c7280d387
commit 47514e0747
2 changed files with 13 additions and 0 deletions

View File

@ -3682,6 +3682,18 @@ final: prev:
meta.homepage = "https://github.com/roxma/nvim-cm-racer/";
};
nvim-cmp = buildVimPluginFrom2Nix {
pname = "nvim-cmp";
version = "2021-08-16";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-cmp";
rev = "29ad715924eb8fafa8cd042b1a9eb66b03db0d0d";
sha256 = "0c8wy66743dwf04p3l3fphndr58g9crlg96x90xkx2kr2s64a9dd";
};
meta.homepage = "https://github.com/hrsh7th/nvim-cmp/";
};
nvim-colorizer-lua = buildVimPluginFrom2Nix {
pname = "nvim-colorizer-lua";
version = "2020-06-11";

View File

@ -213,6 +213,7 @@ HerringtonDarkholme/yats.vim
honza/vim-snippets
hoob3rt/lualine.nvim
hotwatermorning/auto-git-diff
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip
hrsh7th/vim-vsnip-integ