https://github.com/artegoser/artegoser-astronvim-conf
https://github.com/artegoser/artegoser-astronvim-conf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artegoser/artegoser-astronvim-conf
- Owner: artegoser
- Created: 2023-08-20T06:09:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T10:55:38.000Z (over 1 year ago)
- Last Synced: 2023-11-23T11:45:19.779Z (over 1 year ago)
- Language: Lua
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstroNvim User Configuration Example
My 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
```#### Clone AstroNvim
```shell
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```#### Clone the repository
```shell
git clone https://github.com/artegoser/artegoser-astronvim-conf.git ~/.config/nvim/lua/user
```#### Start Neovim
```shell
nvim
```