Skip to content

Commit

Permalink
vimPlugins.cmp-buffer: init at 2021-08-11
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 16, 2021
1 parent 47514e0 commit 62cab46
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 @@ -519,6 +519,18 @@ final: prev:
meta.homepage = "https://github.com/bbchung/clighter8/";
};

cmp-buffer = buildVimPluginFrom2Nix {
pname = "cmp-buffer";
version = "2021-08-11";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-buffer";
rev = "5742a1b18ebb4ffc21cd07a312bf8bacba4c81ae";
sha256 = "0nh53gqzbm500rvwc59hbl1sg12qzpk8za3z6rvsg04s6rqv479f";
};
meta.homepage = "https://github.com/hrsh7th/cmp-buffer/";
};

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 @@ -213,6 +213,7 @@ HerringtonDarkholme/yats.vim
honza/vim-snippets
hoob3rt/lualine.nvim
hotwatermorning/auto-git-diff
hrsh7th/cmp-buffer@main
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip
Expand Down

0 comments on commit 62cab46

Please sign in to comment.