Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

misakwa/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotvim

Vim configuration accumulated

Bootstrapping

Backup your .vim and .vimrc settings and clone repo to ~/.vim

$ git clone git@github.com:misakwa/dotvim.git ~/.vim

Install Universal Ctags

Run the bootstrap script.

Please remember to backup your .vimrc file before running this script

$ cd ~/.vim
$ ./bootstrap.sh

Run :PlugInstall after firing up vim to install all plugins.

Follow instructions YouCompleteMe Instructions to install automatic completion since it fails automatic installation.