mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 11:24:07 +00:00
33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
<h1 align="center">AstroNvim User Configuration</h1>
|
|
|
|
<div align="center">
|
|
<img src="https://img.shields.io/github/last-commit/ivuorinen/astronvim_config?style=for-the-badge&logo=github&color=a6da95&logoColor=D9E0EE&labelColor=302D41"/>
|
|
<img src="https://img.shields.io/github/repo-size/ivuorinen/astronvim_config?style=for-the-badge&logo=dropbox&color=7dc4e4&logoColor=D9E0EE&labelColor=302D41"/>
|
|
<img src="https://img.shields.io/github/license/ivuorinen/astronvim_config?style=for-the-badge&logo=powerpages&color=cba6f7&logoColor=D9E0EE&labelColor=302D41"/>
|
|
</div>
|
|
|
|
## 🌟 Preview
|
|
|
|

|
|

|
|
|
|
## 🛠 Installation
|
|
|
|
- Install AstroNvim
|
|
|
|
```sh
|
|
git clone https://github.com/AstroNvim/AstroNvim.git ~/.config/nvim
|
|
```
|
|
|
|
- Install User Settings
|
|
|
|
```sh
|
|
git clone https://github.com/ivuorinen/astronvim_config ~/.config/nvim/lua/user
|
|
```
|
|
|
|
- Initialize AstroNvim
|
|
|
|
```sh
|
|
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
|
```
|