Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex289/astronvim_config
My personal configuration for AstroNvim
https://github.com/alex289/astronvim_config
astronvim config neovim
Last synced: about 6 hours 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T10:58:37.000Z (8 months ago)
- Last Synced: 2024-04-02T15:48:05.729Z (8 months ago)
- Topics: astronvim, config, neovim
- Language: Lua
- Homepage:
- Size: 13.7 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 v4+
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
```