Skip to content

Commit

Permalink
vimPlugins.cmp-emoji: init at 2021-08-09
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Aug 16, 2021
1 parent bd3687c commit 7a8c06b
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 @@ -543,6 +543,18 @@ final: prev:
meta.homepage = "https://github.com/hrsh7th/cmp-calc/";
};

cmp-emoji = buildVimPluginFrom2Nix {
pname = "cmp-emoji";
version = "2021-08-09";
src = fetchFromGitHub {
owner = "hrsh7th";
repo = "cmp-emoji";
rev = "a80d20b3461b802b3ff6f4cd60f7b99399fd7757";
sha256 = "0q70zbd4fw6x62zar7ph1dp6zwri6dqnyprl58p6w3k5n4xgpdrf";
};
meta.homepage = "https://github.com/hrsh7th/cmp-emoji/";
};

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 @@ -215,6 +215,7 @@ hoob3rt/lualine.nvim
hotwatermorning/auto-git-diff
hrsh7th/cmp-buffer@main
hrsh7th/cmp-calc@main
hrsh7th/cmp-emoji@main
hrsh7th/nvim-cmp@main
hrsh7th/nvim-compe
hrsh7th/vim-vsnip
Expand Down

0 comments on commit 7a8c06b

Please sign in to comment.