app-vim/nvim-cmp: Bump to 0.0.1

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-09-17 09:43:40 +02:00
parent 5cc6452fa1
commit 346312ad3b
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST nvim-cmp-0.1_pre20220831.tar.gz 59223 BLAKE2B b1205ebf43b850c8ac4a8de11230599c8364e33b8e8c4e2d7ef63ba63a0b8a4944a99c6ca76ae72abe085e24efa265695b60b383b5564c80d2364d3fb1ef92ef SHA512 70c2bef75403687b6a847af41b7f0b5b3770b6301f360515b624cb18f543f8bdee076143a76f4e042ffcb489a3c0317bb368af26c7b944ecb679aca1258ab259
DIST nvim-cmp-0.0.1.tar.gz 58800 BLAKE2B 9539e32cd8e7d7df8085c5af6f1224159553820ad16492e70f5270af52fc6845bd43be010e60e36fcbb82ec983408b37afaa11c02d2d980bb428d76a245ee5fb SHA512 a80e588f4edb90db68811d19f7ad0d891c9b1f79e1432178b33db8ed37f3724c1b0e981848e0d659b78756d6e5210edf0f70107b1555f17ffe7fc7c444279e27

View File

@ -6,7 +6,7 @@ EAPI="8"
LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua-single vim-plugin
COMMIT_ID="b5885696b1f2cbdc9f523cc09c2a786919de07d5"
COMMIT_ID="983453e32cb35533a119725883c04436d16c0120"
DESCRIPTION="neovim plugin: A completion plugin for neovim coded in Lua"
HOMEPAGE="https://github.com/hrsh7th/nvim-cmp"