Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.68 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.68 KB

ANVim

      ___           ___           ___                       ___     
     /\  \         /\__\         /\__\          ___        /\__\    
    /::\  \       /::|  |       /:/  /         /\  \      /::|  |   
   /:/\:\  \     /:|:|  |      /:/  /          \:\  \    /:|:|  |   
  /::\~\:\  \   /:/|:|  |__   /:/__/  ___      /::\__\  /:/|:|__|__ 
 /:/\:\ \:\__\ /:/ |:| /\__\  |:|  | /\__\  __/:/\/__/ /:/ |::::\__\
 \/__\:\/:/  / \/__|:|/:/  /  |:|  |/:/  / /\/:/  /    \/__/~~/:/  /
      \::/  /      |:/:/  /   |:|__/:/  /  \::/__/           /:/  / 
      /:/  /       |::/  /     \::::/__/    \:\__\          /:/  /  
     /:/  /        /:/  /       ~~~~         \/__/         /:/  /   
     \/__/         \/__/                                   \/__/

Note

NeoVim versions below 0.10 are not supported.
We fully dropped neodev.nvim, and use lazydev.nvim instead.

Warning

Unstable. May be updated at any time.

Installation

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

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.

Note

If you need a more stable version, use the version with the release tag.

Usage

ANVim is based on 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.