vgist / vimrc

vim configuration

Home Page:https://repo.or.cz/Vimrc.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple/weight vim's configration with vim-plug

Installation

To install, run

$ git clone git://github.com/vgist/vimrc.git ~/.vim
$ cd ~/.vim && make install

To update the repository, run

$ make update

Note

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.

Test the terminals color bit depth:

$ tput colors

If the result is 8, that means your Terminal was using 8 bit color (e.g. xterm on Gentoo), please:

$ echo "export TERM=xterm-256color" >> ~/.bashrc

You may need unicode suported terminal to display airline unicode symbols.

Other Notes

vimrc.mine and gvimrc.mine contain system-specific settings or other settings that should not be part of a general configuration.

About

vim configuration

https://repo.or.cz/Vimrc.git


Languages

Language:Vim Script 97.8%Language:Makefile 2.2%