Skip to content

Installation

Cargo

Prebuilt Binaries

The easiest way to install neocmakelsp is via cargo-binstall:

sh
cargo binstall neocmakelsp

From Source

sh
cargo install --locked neocmakelsp

Other Package Managers

Neovim

neocmakelsp is available for the mason package manager.

vim
:MasonInstall neocmakelsp

Homebrew

sh
brew install neocmakelsp

Alpine

sh
apk add neocmakelsp

Completions for bash, fish and zsh are package separately available:

sh
apk add neocmakelsp-bash-completion
apk add neocmakelsp-fish-completion
apk add neocmakelsp-zsh-completion