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

https://github.com/akinalts/anvim

One-click configuration for neovim. Based on LazyVim.
https://github.com/akinalts/anvim

lazyvim lazyvim-config neovim nvim-config nvim-configs

Last synced: 18 days ago
JSON representation

One-click configuration for neovim. Based on LazyVim.

Awesome Lists containing this project

README

        

![socialify](https://socialify.git.ci/AkinaAcct/ANVim/image?description=1&forks=1&issues=1&name=1&owner=1&pulls=1&stargazers=1&theme=Dark)

# ANVim

> [!NOTE]
> NeoVim versions below 0.10 are not supported.
> We fully dropped [neodev.nvim](https://github.com/folke/neodev.nvim), and use [lazydev.nvim](https://github.com/folke/lazydev.nvim) instead.

> [!WARNING]
> Unstable. May be updated at any time.

## Installation

Just simply clone this repo to nvim's config dir:

```shell
mv ~/.config/nvim{,.bak} # Back up your old configuration
git clone https://github.com/AkinaAcct/ANVim.git ${HOME}/.config/nvim
```

After this, enter nvim and wait for the plugin to be installed, and you have completed the ANVim installation.

## Usage

ANVim is based on [LazyVim](https://github.com/LazyVim/LazyVim), so ANVim's key mapping is not very different from LazyVim's and you can get started very quickly.

In fact, you can even refer directly to LazyVim's documentation to make some modifications to ANVim.