Warning
The neovim configuration is now maintained here with Nix and all treesitter stuff.
AstroNvim Configuration for Neovim
NOTE: This is for AstroNvim v4+
The v3 config is on the v3 branch.
My 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
Clone the Repository
git clone https://github.com/gabyx/astronvim.git ~/.config/nvim