🎉 First commit

This commit is contained in:
Nicolas Rojas 2025-05-29 20:17:21 -05:00
commit 341d66eba2
Signed by: nicolas
SSH key fingerprint: SHA256:gi4v1tDcXHbV+fkvqqs9b5rkFlo4Q9DHXp90MifkZK0
18 changed files with 606 additions and 0 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# Neovim configuration
My personal user configuration for neovim. Using [AstroNvim](https://astronvim.com/), and based on its [default template](https://github.com/AstroNvim/template).
## 🛠️ Installation
#### Make a backup of your current nvim configuration and shared folder (or erase them)
```shell
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```
#### Clone the repository
```shell
git clone https://github.com/Nirogu/nvim-config ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```