1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# nvim  -------------------------------------------- ## Install ```bash # Install nvim paru -S neovim-git # (optional) backup your old config mv ~/.config/nvim ~/.config/nvim.old # clone my setup git clone https://github.com/olexsmir/nvim ~/.config/nvim ``` |