File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,6 @@ if [ ! -d $vundle ]; then
16
16
git clone https://github.com/VundleVim/Vundle.vim.git $vundle
17
17
fi
18
18
19
- # Compile "Shougo/vimproc.vim" manually
20
- if [ ! -f $bundle /vimproc.vim/lib/* .so ]; then
21
- CURRENT_DIR=$PWD
22
- cd $bundle /vimproc.vim && make > /dev/null
23
- cd $CURRENT_DIR
24
- fi
25
-
26
19
# Copy dotfiles
27
20
dotfiles=(
28
21
.vimrc
@@ -33,6 +26,13 @@ for i in ${dotfiles[@]}; do curl -L $repo/$i > $HOME/$i; done
33
26
# PluginInstall: "VundleVim/Vundle.vim" plugin's install command.
34
27
vim +PluginInstall +GoInstallBinaries +qall < /dev/tty
35
28
29
+ # Compile "Shougo/vimproc.vim" manually
30
+ if [ ! -f $bundle /vimproc.vim/lib/* .so ]; then
31
+ CURRENT_DIR=$PWD
32
+ cd $bundle /vimproc.vim && make > /dev/null
33
+ cd $CURRENT_DIR
34
+ fi
35
+
36
36
# Copy snippets
37
37
snippets=(
38
38
snippets/_.snippets
You can’t perform that action at this time.
0 commit comments