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.
- Host: GitHub
- URL: https://github.com/airscripts/anvim
- Owner: airscripts
- License: gpl-3.0
- Created: 2023-09-03T00:09:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T12:36:31.000Z (over 2 years ago)
- Last Synced: 2025-09-09T01:43:05.716Z (8 months ago)
- Topics: neovim, vim
- Language: Lua
- Homepage:
- Size: 973 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README

anvim
An extensible and development ready Neovim configuration.
## 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:
## License
This repository is licensed under [GPL-3.0 License](https://github.com/airscripts/anvim/blob/main/LICENSE).