pacman -S neovim python-neovim
- Optionally install language servers for the following languages:
- C/C++:
clang
(forclangd
) - Python:
pyright
- Docker:
dockerfile-language-server
- YAML:
yaml-language-server
- JSON:
vscode-json-languageserver
- Bash:
bash-language-server
- CMake:
cmake-language-server
- Vue:
volar-server-bin
- TypeScript:
typescript-language-server
- C/C++:
To install, simply clone this repository as ~/.config/nvim
and run nvim
.
The first time nvim
starts, it will automatically pull the required plugins.
Installation might fail if there are still artifacts from a previous installation.
To start a clean install, rm -rf ~/.local/share/nvim
and run nvim
again.