Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 698 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 698 Bytes

My bulletproof Neovim config c:

Basically it is based on the AstroNvim v4 template. Here you can read more about AstroNvim. I also recommend you to check a LazyVim. It is almost the same thing, but a bit more fancy.

🛠️ Installation

Make a backup of your current nvim and shared folder

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/salfum/nvim ~/.config/nvim

Start Neovim

nvim