Skip to content

mychris/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim configuration

~/.vim and ~/.vimrc

Install

Just clone the repository into ~/.vim

$ git clone git://github.com/mychris/dotvim.git ~/.vim

make a symlink to ~/.vim/vimrc, if your vim version is < 7.3.1178.

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

install vundle

$ cd ~/.vim && git submodule init && git submodule update

then install all vundle bundles

$ vim +PluginInstall +qall

Vundle

To manage the installed plugins use

$ vim +PluginClean +qall
$ vim +PluginUpdate +qall

or see the vim help

:help vundle

syntastic

Syntastic needs external tools like pylint for style checking, see:

Mappings

$ vim '+redir! > vim_keys.txt' '+silent verbose map' '+redir END' +qall

About

~/.vim and ~/.vimrc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published