My basic neovim config. Follow the instructions to install.
- You should be an existing vim user or keen to learn nvim.
- Neovim 0.8.3
- use a nerd font in your terminal emulator. i like that
git clone https://github.com/Andre0n/nvim ~/.config/nvim --depth 1 && nvim
git clone https://github.com/Andre0n/nvim $home\appdata\local\nvim --depth 1 && nvim
# linux/macos (unix)
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.cache/nvim
# windows
rd -r ~\appdata\local\nvim
rd -r ~\appdata\local\nvim-data