https://github.com/alex289/astronvim_config
My personal configuration for AstroNvim
https://github.com/alex289/astronvim_config
astronvim config neovim
Last synced: about 1 month ago
JSON representation
My personal configuration for AstroNvim
- Host: GitHub
- URL: https://github.com/alex289/astronvim_config
- Owner: alex289
- Created: 2022-12-19T08:50:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T08:18:53.000Z (over 1 year ago)
- Last Synced: 2025-03-28T09:29:24.848Z (over 1 year ago)
- Topics: astronvim, config, neovim
- Language: Lua
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# AstroNvim Template
**NOTE:** This is for AstroNvim v6
A user configuration 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
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
```
#### Clone the repository
```shell
git clone https://github.com/alex289/astronvim_config ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```
#### Activate copilot
Run this in Neovim
```bash
:Copilot auth
```