/AstroNvim_user

My personal user config for AstroNvim

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

🌟 Preview

Preview1 Preview2

⚡ Requirements

🛠️ Direct Installation

  • Make a backup of your current nvim folder
mv ~/.config/nvim ~/.config/nvim.bak
  • Clone the repository
git clone https://github.com/kabinspace/AstroNvim_user ~/.config/nvim
  • Initialize AstroNvim
nvim --headless +q

📦 Isolated Installation

Install without overwriting your own existing neovim configuration

  • Clone the repository
git clone https://github.com/kabinspace/AstroNvim_user ~/.config/astronvim
  • Start the editor with NVIM_APPNAME environment variable set to astronvim
NVIM_APPNAME=astronvim nvim