Search Criteria
Package Details: neovim-lspconfig-git 2.1.0.r64.g61e5109c-1
Package Actions
| 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) |
Dependencies (2)
- neovim (nvim-with-restricted-modeAUR, neovim-nightlyAUR, neovim-gitAUR, neovim-nightly-binAUR)
- git (git-gitAUR, git-glAUR) (make)
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
lspdir.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
lspshould also be isntalled.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-1is 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
neovimpackage which is at version 0.8.0-3.lmartinez-mirror commented on 2021-10-19 16:08 (UTC)
I just tried
:checkhealthunder a clean build ofneovim-gitand 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-gitdoesn't provideneovim=0.5.0. That's the true dependency.EDIT: Just noticed
neovimgot 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?