paddyw2 / .vim

Online storage of personal vim settings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIM settings

Allows settings to be accessible anywhere for a quick VIM setup.

Simply clone into home directory.

Once cloned and a .vim directory has been created, run the following command to link the .vimrc file to the home directory:

ln -s ~/.vim/.vimrc ~/.vimrc

If running Linux, the number of supported colours may need to be updated. To do this, run:

sudo apt-get install ncurses-term

and then add this line to the ~/.bashrc file:

export TERM=xterm-256color

About

Online storage of personal vim settings


Languages

Language:Vim Script 93.2%Language:Roff 4.7%Language:Shell 2.1%