1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/scripts/vim-setup

19 lines
455 B
Plaintext
Raw Normal View History

YCM=~/.vim/bundle/YouCompleteMe
sudo pacman -S python cmake --needed --noconfirm
2016-05-21 11:45:23 +00:00
#######################
## Initialise Vundle ##
#######################
2016-10-14 21:42:03 +00:00
mkdir -p ~/.vim/{bundle,swapfiles}
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
#########################
## Setup YouCompleteMe ##
#########################
cd "$YCM"
2016-10-14 21:42:03 +00:00
git submodule update --init --recursive
2016-05-16 16:44:30 +00:00
./install.py --clang-completer