Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilanga/astrovim-user
Nvim configurations created for AstroVim windows setup targeting pwsh in windows terminal. Configs targeted for use with Neovide.
https://github.com/lilanga/astrovim-user
astrovim neovim-configuration
Last synced: 25 days ago
JSON representation
Nvim configurations created for AstroVim windows setup targeting pwsh in windows terminal. Configs targeted for use with Neovide.
- Host: GitHub
- URL: https://github.com/lilanga/astrovim-user
- Owner: Lilanga
- Created: 2023-05-28T02:53:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:40:27.000Z (7 months ago)
- Last Synced: 2024-05-29T03:10:11.819Z (7 months ago)
- Topics: astrovim, neovim-configuration
- Language: Lua
- Homepage:
- Size: 9.22 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 using for Neovide based on [AstroNvim](www.github.com/AstroNvim/AstroNvim) V4.
Updated to support Neovim 0.10.0 and AstroNvim 4. For the original AstroNvim configurations, please refer to the [AstroNvim](www.github.com/AstroNvim/AstroNvim) repository. AstroNvim 3 configurations are available in the astrovim3 branch.## Installation
[Install Neovim](https://github.com/neovim/neovim/blob/master/INSTALL.md) if you do not have nvim alreay.
1. Backup your current configuration (if any)
*Nix:
```bash
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
```Windows:
```pwsh
mv ~/AppData/Local/nvim ~/AppData/Local/nvim.bak
mv ~/AppData/Local/nvim-data ~/AppData/Local/nvim-data.bak
```2. Clone this repository to your home directory
*Nix:
```bash
git clone [email protected]:Lilanga/astrovim-config.git ~/.config/nvim
```Windows:
```bash
git clone [email protected]:Lilanga/astrovim-config.git ~/AppData/Local/nvim
```## OS / Environment tested
Hack Nerd Font and Victor Mono NF are used in the configuration.Ensure you have the fonts installed in your system and set the terminal font to the same.
This configuration has been tested on Windows and some tweaks done for pwsh. Also I am using this nvim setup on WezTerm with Nushell. I have different user configurations for my macos setup.
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-user/main/docs/welcome.png)
![Editor screen](https://raw.githubusercontent.com/Lilanga/astrovim-user/main/docs/screenshot.png)