This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
nvim/README.md

12 lines
287 B
Markdown

## Installation
```bash
# backup your current config
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
# clone my configuration
git clone https://github.com/krolyxon/nvim.git ~/.config/nvim
```
### Thanks to [NvChad](https://github.com/nvchad/nvchad)