Used as a C/C++ language server.
macOS:
brew install llvm
Linux: most distributions include clangd in a clangd package, in a clang-tools package, or in the full llvm distribution.
This is a dependency of minimap.vim
macOS:
brew install code-minimap
Linux:
cargo install --locked code-minimap
On macOS, the default Terminal.app only supports 8-bit colors, so the color theme will not work properly. Most other terminal emulators (e.g. alacritty, iTerm2 and kitty) have support for 24-bit colors and are recommended.