Skip to content

my astronvim config stolen and adapted from luxus

License

Notifications You must be signed in to change notification settings

simonlearnscoding/AstroNvim_user

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AstroNvim User Configuration

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.

Installation

  • 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

About

my astronvim config stolen and adapted from luxus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%