app-vim/nvim-lspconfig: Bump to 0.1_p20211127

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
Nils Freydank 2021-11-17 23:49:04 +01:00
parent 1db407158f
commit 7d70f07298
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST nvim-lspconfig-0.1_p20211024.tar.gz 107629 BLAKE2B c1d24ec843d9157436882fad12d5d476938e4ef1504a0797bbe7f75fd397bbeff7b93fbb779c5150034c14313512bad8bc708cd8743260a321e1562c3853f5ea SHA512 437aba443c5713991af452d7aeb7e3b8d90fd66e3235b74af44b7a8b956bafc945f7ef6edc753a97341bc69b542633328908e1b97adc91cdf44c2f8287c95664 DIST nvim-lspconfig-0.1_p20211127.tar.gz 119499 BLAKE2B a339583b5ffc1ee51e79c7a1fdc010c8aea42d5081624fa8878531366afb94f60b8f6ae8eddd755a88f4b3c5fc1e05de4dc38f0d877022652230649bd2d297d1 SHA512 6d2f6e2911bd265701507f5f59f21e8f1b2633b7fcdf9a406010d5963013f216e252b0eca2ca1e9e1988e8d3301cf6cd527dec709034fd6942bcd06553c27913

View File

@ -6,7 +6,7 @@ EAPI=7
LUA_COMPAT=( lua5-{1..4} luajit ) LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua-single vim-plugin inherit lua-single vim-plugin
COMMIT_ID="7dc04ca9ae28bded22f4c78cb29dce09b6643f38" COMMIT_ID="27d2c116fdea5614f422dcbcae63da01a1415fcf"
DESCRIPTION="vim plugin: Quickstart configurations for the Nvim LSP client" DESCRIPTION="vim plugin: Quickstart configurations for the Nvim LSP client"
HOMEPAGE="https://github.com/neovim/nvim-lspconfig" HOMEPAGE="https://github.com/neovim/nvim-lspconfig"