https://github.com/labib2003/neovim-config
https://github.com/labib2003/neovim-config
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/labib2003/neovim-config
- Owner: Labib2003
- Created: 2024-05-18T15:23:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-29T08:07:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T09:22:40.697Z (over 1 year ago)
- Language: Lua
- Size: 55.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 template for getting started with [AstroNvim](https://github.com/AstroNvim/AstroNvim)
## 🛠️ Installation
#### Make a backup of your current nvim and shared folder
```shell
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
```
#### 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 git@github.com:Labib2003/neovim-config.git ~/.config/nvim
```
#### Start Neovim
```shell
nvim
```
# neovim-config