Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilanga/astrovim-config
My NeoVim user configurations used with AstroVim setup
https://github.com/lilanga/astrovim-config
astrovim neovim-config
Last synced: about 1 month ago
JSON representation
My NeoVim user configurations used with AstroVim setup
- Host: GitHub
- URL: https://github.com/lilanga/astrovim-config
- Owner: Lilanga
- Created: 2024-02-16T06:26:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T23:49:15.000Z (10 months ago)
- Last Synced: 2024-03-25T00:33:06.544Z (10 months ago)
- Topics: astrovim, neovim-config
- Language: Lua
- Homepage:
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astrovim user configurations
This repository contains my personal configurations for Neovim + Astrovim
Plugins expect Lazy pluin manager## Installation
1. Backup your current configuration
```bash
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```2. Clone Astrovim if you haven't already done so
```bash
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
```3. Clone this repository to your home directory
```bash
git clone [email protected]:Lilanga/astrovim-config.git ~/.config/nvim/lua/user
```## OS / Environment tested
This configuration has been tested on MacOS and Linux. It should work on Windows as well, but I haven't tested it. I am using different user configurations for my windows workstation.
Currently using with Neovim 0.10.0
## Screenshots
Following are screenshots of the applied NVIM configuration. I am using Iterm2 with semi transparent background settings. The font used is Fira Code.
![Welcome screen](https://raw.githubusercontent.com/Lilanga/astrovim-config/main/doc/welcome.png)
![Editor screen](https://raw.githubusercontent.com/Lilanga/astrovim-config/main/doc/screenshot.png)