chore: Update plugins to latest tag
[Vimrc.git] / README.md
blobd1d132e20ab419c968c1d5ac4f505fd7d491fb57
1 simple/weight vim's configration with [vim-plug](https://github.com/junegunn/vim-plug)
3 Installation
4 ------------
6 To install, run
8     $ git clone git://github.com/vgist/vimrc.git ~/.vim
9     $ cd ~/.vim && make install
11 To update the repository, run
13     $ make update
15 Note
16 ----
18 If you are going to use this colorscheme of the configuration in Terminal mode (e.g. not in a GUI version like gvim or macvim), please consider setting your terminal emulator's colorscheme to used.
20 Test the terminals color bit depth:
22     $ tput colors
24 If the result is 8, that means your Terminal was using 8 bit color (e.g. xterm on Gentoo), please:
26     $ echo "export TERM=xterm-256color" >> ~/.bashrc
28 You may need unicode suported terminal to display [airline unicode symbols](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L157-L275).
30 Other Notes
31 -----------
33 vimrc.mine and gvimrc.mine contain system-specific settings or other settings
34 that should not be part of a general configuration.