Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 649 Bytes

File metadata and controls

32 lines (21 loc) · 649 Bytes

Astronvim personal config

NOTE: This is for AstroNvim v4+

A template for getting started with AstroNvim

🛠️ 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

Install dependencies:

yazi - flexible file explorer using vimbinds in rust

Clone the repository

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

Start Neovim

nvim