mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-01-26 03:14:06 +00:00
Astronvim config from kabinspace/AstroNvim_user
This commit is contained in:
32
.github/README.md
vendored
Normal file
32
.github/README.md
vendored
Normal 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
|
||||
|
||||

|
||||

|
||||
|
||||
## 🛠 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
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
BIN
.github/assets/vertsplit.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 378 KiB |
Reference in New Issue
Block a user