Home

Awesome

ivim - An easy & highly customizable vim configuration

    _       _          
   (_)   __(_)___ ___  
  / / | / / / __ `__ \ 
 / /| |/ / / / / / / / 
/_/ |___/_/_/ /_/ /_/  

Version: 3.0

After about 7 years' development, ivim contains 2 versions to satisfy different requirements.

If you love ivim, welcome to buy me a cup of coffee :coffee:. Thx!!!

Features

Beautiful

Use lots of famous colorschemes to make your eyes feel comfortable in both Vim and NeoVim.

ivim

Colorscheme: Hybrid

ivim_mini

Colorscheme: Nord

You could install the patched font from nerd-fonts (Example to install patched font in Mac could be found here).

Efficient

Plugin List

Requirements

Vim

Git

Ctags

To use this distribution with less bugs, please get more suggestions from here.

Installation

bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -i
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -i
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -m
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -m
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -u
# or
bash <(wget --no-check-certificate https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh -O -) -u

Updating

bash $HOME/.ivim/setup.sh -n

Configuration

Contributation

Welcome to contribute to ivim, see issue #31 for details. Thank you very much for your supporting!

Vim Tips

Learning Vim

Key Mappings

More Tips

Hope You Enjoy Vimming!!!

License

Copyright (C) 2012-2019 Xiao-Ou Zhang. See the LICENSE file for license rights and limitations (MIT).