Skip to content

andrewwutw/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# clone to ~/.vim/
cd ~
git clone https://github.com/andrewwutw/dotvim.git .vim

# link dot files.
ln -s .vim/vimrc .vimrc
ln -s .vim/gvimrc .gvimrc

# Download Vundle.
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim

# enter vim and install packages
vim
:BundleInstall

# Build YCM.
cd ~/.vim/bundle/YouCompleteMe
./install.sh --clang-completer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published