https://github.com/jagthefriend/nvim-config
My custom nvim config built using AstroNvim
https://github.com/jagthefriend/nvim-config
astronvim nvim nvim-config
Last synced: 2 months ago
JSON representation
My custom nvim config built using AstroNvim
- Host: GitHub
- URL: https://github.com/jagthefriend/nvim-config
- Owner: JagTheFriend
- License: cc0-1.0
- Created: 2026-02-10T04:27:50.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2026-04-23T03:28:54.000Z (2 months ago)
- Last Synced: 2026-04-23T05:26:08.697Z (2 months ago)
- Topics: astronvim, nvim, nvim-config
- Language: Lua
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AstroNvim Template
**NOTE:** This is for AstroNvim v5+
A template for getting started with [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
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```
#### 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/JagTheFriend/nvim-config.git ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```