My personal user folder for AstroVim Inspired from mehalter config. This config is bloated, but still very fast. Startup time is under 40ms in linux and under 50ms in MacOS. Coming from Lunarvim, i copied some stuff i loved from lvim Most Plugins are lazy loaded, a lot can be toggled in community.lua
Status:
- Rust is working
- Go is is working
- typescript is working
- nix is working
A lot of the plugins are still in a testing stage and can be replaced any time.
- Install AstroNvim Optional step Remove old configs/caches
rm -rf ~/.config/astronvim ~/.local/share/nvim ~/.config/nvim ~/.cache/nvim
- Clone the AstroVim core config nightly branch
git clone -b nightly https://github.com/AstroNvim/AstroNvim.git ~/.config/nvim
- Install these user settings
git clone https://github.com/luxus/AstroNvim_user ~/.config/astronvim
- Initialize AstroVim
nvim --headless "+Lazy! update" +qa; cd ~/.config/astronvim; nvim