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.
- Host: GitHub
- URL: https://github.com/akinalts/anvim
- Owner: AkinaLTS
- License: apache-2.0
- Created: 2024-03-31T03:01:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-02T08:04:40.000Z (23 days ago)
- Last Synced: 2025-05-07T12:09:05.433Z (18 days ago)
- Topics: lazyvim, lazyvim-config, neovim, nvim-config, nvim-configs
- Language: Lua
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.