Package Details: neovim-lspconfig-git 2.1.0.r64.g61e5109c-1

Git Clone URL: https://aur.archlinux.org/neovim-lspconfig-git.git (read-only, click to copy)
Package Base: neovim-lspconfig-git
Description: Quickstart configurations for the Neovim LSP client
Upstream URL: https://github.com/neovim/nvim-lspconfig
Licenses: Apache
Groups: neovim-plugins
Submitter: lmartinez-mirror
Maintainer: None
Last Packager: tardypad
Votes: 3
Popularity: 0.000000
First Submitted: 2021-06-04 21:18 (UTC)
Last Updated: 2025-05-11 10:43 (UTC)

Latest Comments

tardypad commented on 2025-05-11 10:46 (UTC)

Thanks @Billli11 for the heads up! I've updated the PKGBUILD to setup the lsp dir.

Billli11 commented on 2025-05-05 04:17 (UTC) (edited on 2025-05-05 04:17 (UTC) by Billli11)

With neovim 0.11 and using new config option vim.lsp.enable('<lsp>').

This and the package from Extra cannot find the default config due to missing directory.

dir lsp should also be isntalled.

diff --git a/PKGBUILD b/PKGBUILD
index 81f3edf..ad2ba4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ package() {
   )

   cd nvim-lspconfig
-  find lua plugin doc -type f -exec install -D -m644 '{}' "$pkgdir/usr/share/nvim/site/pack/dist/start/${pkgname}/{}" \;
+  find lua plugin doc lsp -type f -exec install -D -m644 '{}' "$pkgdir/usr/share/nvim/site/pack/dist/start/${pkgname}/{}" \;
   install -D -m644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -D -m644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
 }

lmartinez-mirror commented on 2022-10-20 20:34 (UTC)

I could not reproduce on my end. Check your config?

patatahooligan commented on 2022-10-19 22:03 (UTC)

0.1.3.r191.g607ff48b-1 is the last version that works for me. After that commit, it doesn't seem to do anything and the :Lsp* commands are not even present. Anyone experience this or have any idea what to do?

I'm running the current official neovim package which is at version 0.8.0-3.

lmartinez-mirror commented on 2021-10-19 16:08 (UTC)

I just tried :checkhealth under a clean build of neovim-git and could not reproduce. Try checking your config file for any mistakes.

dedguy21 commented on 2021-10-19 15:39 (UTC)

This package causes a #checkhealth error "E684: list index out of range: 0" in neovim-git. It works in the repo neovim package.

I'm wondering if you have the same experience with this package and neovim-git, and what you did to get past the checkhealth error if you did.

Thanks

lmartinez-mirror commented on 2021-07-02 17:25 (UTC) (edited on 2021-07-02 17:53 (UTC) by lmartinez-mirror)

I would if it wasn't for the fact that neovim-git doesn't provide neovim=0.5.0. That's the true dependency.

EDIT: Just noticed neovim got updated to 0.5.0... update it is, then.

charlesjohnson commented on 2021-07-02 17:22 (UTC)

Can you make this depend on neovim instead of neovim-git?