Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhii-chernenko/astronvim_config
My config for Astrovim v4
https://github.com/serhii-chernenko/astronvim_config
astro astrovim config lua neo nvim vim
Last synced: about 2 months ago
JSON representation
My config for Astrovim v4
- Host: GitHub
- URL: https://github.com/serhii-chernenko/astronvim_config
- Owner: serhii-chernenko
- Created: 2024-07-05T14:20:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T14:25:07.000Z (6 months ago)
- Last Synced: 2024-07-05T19:11:51.130Z (6 months ago)
- Topics: astro, astrovim, config, lua, neo, nvim, vim
- Language: Lua
- Homepage: https://astronvim.com
- Size: 5.86 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
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 [email protected]:serhii-chernenko/astronvim_config.git ~/.config/nvim
```#### Start Neovim
```shell
nvim
```