Neovim configuration.
- Clone this repo as neovim config.
Unix, Linux platform
git clone --depth 1 https://github.com/xq-meng/nvim.git ~/.config/nvim
Windows Powershell
git clone --depth 1 https://github.com/xq-meng/nvim.git "$env:LOCALAPPDATA\nvim"
- Run Lazy in Neovim.
:Lazy
- Neovim version required.
Neovim >= 0.7, see Neovim for latest release.
- Python3, pip3 is required.
pip3 install neovim
- Auto complete.
Clangd is required for c/cpp complete. For clangd's installation, see Installing clangd.
- Iconic font is required for better display.
Nerd font is recommanded. Please download font from Nerd Font or GitHub Page and apply it to your terminal.