Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 622 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 622 Bytes

Neovim configuration

My personal user configuration for neovim. Using AstroNvim, and based on its default template.

🛠️ Installation

Make a backup of your current nvim configuration and shared folder (or erase them)

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

git clone https://github.com/Nirogu/nvim-config ~/.config/nvim

Start Neovim

nvim