Search Criteria
Package Details: vim-lsp-git 0.352.0310241-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vim-lsp-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vim-lsp-git |
| Description: | async language server protocol plugin for vim and neovim |
| Upstream URL: | https://github.com/prabirshrestha/vim-lsp |
| Keywords: | language-server neovim vim vim-plugin |
| Licenses: | MIT |
| Groups: | vim-plugins |
| Submitter: | SilverRainZ |
| Maintainer: | None |
| Last Packager: | SilverRainZ |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-12-28 05:23 (UTC) |
| Last Updated: | 2019-03-06 01:08 (UTC) |
Dependencies (3)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- cquery-gitAUR (optional) – libclang based C/C++ language server
Latest Comments
rogryza commented on 2020-03-24 10:48 (UTC)
I was mistaking it for async.vim. Sorry, I was fiddling with my vim packages and got confused
SilverRainZ commented on 2020-03-24 01:14 (UTC)
@rogryza, Do they have a direct dependency?
rogryza commented on 2020-03-23 19:20 (UTC)
Hey, I've created a separate package for asyncomplete here, maybe this could depend on that instead of installing both
SilverRainZ commented on 2019-03-06 01:13 (UTC) (edited on 2019-03-06 03:00 (UTC) by SilverRainZ)
My fault, fixed.
adam900710 commented on 2019-03-06 01:03 (UTC)
The latest update installed async.vim to wrong location: vim-lsp-git /usr/share/vim/vimfiles/autoload/autoload/async/job.vim
Note the double "autoload". This makes vim-lsp-git doesn't work.
The fix is also simple, just remove the pending "autoload" from line 40.
SilverRainZ commented on 2019-03-05 09:46 (UTC)
@adam900710 Thx for report, updated.
adam900710 commented on 2019-02-26 02:34 (UTC)
Please include 'doc/' directory into the package.
This is especially important for vim-lsp, as user needs to do their keymapping manually. Without proper doc it's a pain in the ass.