mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Update vim-setup script
This commit is contained in:
parent
2798226526
commit
5c19738bb7
@ -5,7 +5,7 @@ sudo pacman -S python --needed --noconfirm
|
|||||||
#######################
|
#######################
|
||||||
## Initialise Vundle ##
|
## Initialise Vundle ##
|
||||||
#######################
|
#######################
|
||||||
mkdir -p ~/.vim/bundle
|
mkdir -p ~/.vim/{bundle,swapfiles}
|
||||||
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||||
vim +PluginInstall +qall
|
vim +PluginInstall +qall
|
||||||
|
|
||||||
@ -14,4 +14,5 @@ vim +PluginInstall +qall
|
|||||||
## Setup YouCompleteMe ##
|
## Setup YouCompleteMe ##
|
||||||
#########################
|
#########################
|
||||||
cd "$YCM"
|
cd "$YCM"
|
||||||
|
git submodule update --init --recursive
|
||||||
./install.py --clang-completer
|
./install.py --clang-completer
|
||||||
|
Loading…
Reference in New Issue
Block a user