An open API service indexing awesome lists of open source software.

https://github.com/airscripts/anvim

An extensible and development ready Neovim configuration.
https://github.com/airscripts/anvim

neovim vim

Last synced: 2 days ago
JSON representation

An extensible and development ready Neovim configuration.

Awesome Lists containing this project

README

          


Logo

anvim


An extensible and development ready Neovim configuration.


Usage GIF

## Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)

## Requirements
In order to use anvim you'll need the following:
- [make](https://www.gnu.org/software/make/): used to run commands;
- [nvim](https://neovim.io): the actual IDE, required version >=0.8.0;
- [Nerd Font](https://github.com/ryanoasis/nerd-fonts): a patched font for the icons;

## Installation
Follow the steps below to make use of anvim.

Clone this repository:
```sh
git clone https://github.com/airscripts/anvim.git
```

Then inside of your terminal run this command:
```sh
make
```

It will make a backup of your current configuration and install `anvim` on your machine.
Lastly just run this command and every plugin will be installed without any effort:
```sh
nvim
```

## Usage
To use this distro of nvim, just run `nvim` after you've followed the [installation](#installation) section.

## Resources
Here you can list some useful resources about this project:
- [Neovim](https://neovim.io/): Neovim's website.

## Contributing
Contributions and suggestions about how to improve this project are welcome!
Please follow [our contribution guidelines](https://github.com/airscripts/anvim/blob/main/CONTRIBUTING.md).

## Support
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:


GitHub Sponsors
 

Kofi

## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/anvim/blob/main/LICENSE).