Files
astronvim_config/.github/README.md
2023-02-13 16:17:13 +02:00

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
![Preview1](https://github.com/ivuorinen/astronvim_config/blob/main/.github/assets/overview.png)
![Preview2](https://github.com/ivuorinen/astronvim_config/blob/main/.github/assets/vertsplit.png)
## 🛠 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'
```