Skip to content

Latest commit

 

History

History

.github

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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/kabinspace/AstroNvim_user ~/.config/nvim/lua/user
  • Initialize AstroNvim
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'