Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokul2406/nvim-config
My neovim setup based on Astronvim. Basically a customised astronvim for my own use
https://github.com/gokul2406/nvim-config
Last synced: 14 days ago
JSON representation
My neovim setup based on Astronvim. Basically a customised astronvim for my own use
- Host: GitHub
- URL: https://github.com/gokul2406/nvim-config
- Owner: Gokul2406
- License: gpl-3.0
- Created: 2024-06-15T16:52:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T16:55:24.000Z (5 months ago)
- Last Synced: 2024-10-10T23:15:51.768Z (27 days ago)
- Language: Lua
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstroNvim Template
**NOTE:** This is my config for AstroNvim
A template for getting started with [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/Gokul2406/nvim-config ~/.config/nvim
```#### Start Neovim
```shell
nvim
```