sko00o / dot-vimrc

My vimrc config.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set

mv ~/.vim ~/.vim.bak
mv ~/.vimrc ~/.vimrc.bak

git clone https://github.com/sko00o/dot-vimrc.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

## set proxy before following process
# Launch `vim` and run `:PluginInstall`

cd ~/.vim/bundle/YouCompleteMe/
sudo pacman -S cmake
./install.py --all

Ref

humiaozuzu/dot-vimrc VundleVim/Vundle.vim

About

My vimrc config.


Languages

Language:Vim Script 100.0%