https://github.com/geoffjay/astronvim-config
Personal Neovim configuration using AstroNvim
https://github.com/geoffjay/astronvim-config
astronvim nvim
Last synced: 2 months ago
JSON representation
Personal Neovim configuration using AstroNvim
- Host: GitHub
- URL: https://github.com/geoffjay/astronvim-config
- Owner: geoffjay
- Created: 2024-05-27T19:09:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T21:13:18.000Z (about 2 years ago)
- Last Synced: 2024-05-28T07:20:43.684Z (about 2 years ago)
- Topics: astronvim, nvim
- 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 Config
Personal config for AstroNvim v4.
## 🛠️ 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/geoffjay/astronvim-config ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```