# astronvim_config **Repository Path**: aquawius/astronvim_config ## Basic Information - **Project Name**: astronvim_config - **Description**: aquawius's AstroNvim community config. Powered by AstroNvim community. - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: main - **Homepage**: https://github.com/AstroNvim/astrocommunity/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-11 - **Last Updated**: 2023-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: nvim, config ## README # AstroNvim User Configuration Example A user configuration template for [AstroNvim](https://github.com/AstroNvim/AstroNvim) ## 🛠️ Installation #### Make a backup of your current nvim and shared folder ```shell mv ~/.config/nvim ~/.config/nvim.bak mv ~/.local/share/nvim ~/.local/share/nvim.bak ``` #### Clone AstroNvim ```shell git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim ``` #### Create a new user repository from this template Press the "Use this template" button above to create a new repository to store your user configuration. You can also just clone this repository directly if you do not want to track your user configuration in GitHub. #### Clone the repository ```shell git clone https://github.com// ~/.config/nvim/lua/user ``` #### Windows Command > If you are using windows. **Instead of the above two commands, use the following commands**: > ```powershell > # Clone AstroNvim > git clone https://github.com/AstroNvim/AstroNvim $env:LOCALAPPDATA\nvim > # Clone my config > git clone https://github.com/aquawius/astronvim_config.git $env:LOCALAPPDATA\nvim\lua\user > ``` #### Start Neovim ```shell nvim ```