AstroNvim User Configuration

🌟 Preview

Preview1 Preview2

🛠 Installation

  • Install AstroNvim
git clone https://github.com/AstroNvim/AstroNvim.git ~/.config/nvim
  • Install User Settings
git clone https://github.com/nocsi/astronvim_user ~/.config/nvim/lua/user
  • Initialize AstroNvim
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'