vimPlugins.nvim-compe: init at 2021-01-28

This commit is contained in:
"Andrey Kuznetsov" 2021-01-28 10:14:26 +00:00
parent cf1e7ffb7f
commit 75ef002214
2 changed files with 13 additions and 0 deletions

View File

@ -2842,6 +2842,18 @@ let
meta.homepage = "https://github.com/roxma/nvim-cm-racer/";
};
nvim-compe = buildVimPluginFrom2Nix {
pname = "nvim-compe";
version = "2021-01-28";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "nvim-compe";
rev = "c2247bceb2fba741800faaa98c0a7459c00e88da";
sha256 = "0q6f0j36jjgxj5pnvgmkf3mm9yarw5a4cx2fhs4igd8hry8n6hw4";
};
meta.homepage = "https://github.com/hrsh7th/nvim-compe/";
};
nvim-completion-manager = buildVimPluginFrom2Nix {
pname = "nvim-completion-manager";
version = "2018-07-27";

View File

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