Install this version:
emerge -a =dev-util/vimls-go-bin-0.1.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/vimls-go-bin-0.1.4
Or alternatively:
emerge --autounmask-write -a =dev-util/vimls-go-bin-0.1.4
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Language server for Legacy Vim script and Vim9 script"
HOMEPAGE="https://github.com/neoclide/vimls-go"
SRC_URI="
amd64? ( https://github.com/neoclide/vimls-go/releases/download/v${PV}/vimls-v${PV}-linux-amd64.tar.gz )
arm64? ( https://github.com/neoclide/vimls-go/releases/download/v${PV}/vimls-v${PV}-linux-arm64.tar.gz )
"
S="${WORKDIR}"
LICENSE="MIT vim"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
RESTRICT="strip"
QA_PREBUILT="usr/bin/vimls"
src_install() {
dobin vimls
dodoc README.md CHANGELOG.md docs/language-support.md
dodoc -r LICENSES
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | vimls-v0.1.4-linux-amd64.tar.gz | 4569030 bytes | https://github.com/neoclide/vimls-go/releases/download/v0.1.4/vimls-v0.1.4-linux-amd64.tar.gz |
| DIST | vimls-v0.1.4-linux-arm64.tar.gz | 4155621 bytes | https://github.com/neoclide/vimls-go/releases/download/v0.1.4/vimls-v0.1.4-linux-arm64.tar.gz |