Astronvim config from kabinspace/AstroNvim_user

This commit is contained in:
Ismo Vuorinen
2023-02-13 15:55:27 +02:00
parent f502b5458f
commit b1d979df34
33 changed files with 1646 additions and 19 deletions

32
.github/README.md vendored Normal file
View File

@@ -0,0 +1,32 @@
<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/master/.github/assets/overview.png)
![Preview2](https://github.com/ivuorinen/astronvim_config/blob/master/.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'
```

BIN
.github/assets/overview.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

BIN
.github/assets/vertsplit.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB