vundle install on setup fixes + fzf-tab and scwrypts versions
This commit is contained in:
@ -2,17 +2,6 @@
|
||||
# Scwrypts Build Definitions
|
||||
#
|
||||
|
||||
VUNDLE_BUILD__ale() {}
|
||||
VUNDLE_BUILD__nerdtree() {}
|
||||
VUNDLE_BUILD__vim-dim() {}
|
||||
VUNDLE_BUILD__vim-fugitive() {}
|
||||
VUNDLE_BUILD__vim-go() {}
|
||||
VUNDLE_BUILD__vim-surround() {}
|
||||
|
||||
VUNDLE_BUILD__vim-hexokinase() { make hexokinase; }
|
||||
|
||||
VUNDLE_BUILD__youcompleteme() { ./install.py --all; }
|
||||
|
||||
VUNDLE__BUILD__ale() {
|
||||
# ... build steps from /home/w0ryn/.vim/ale
|
||||
}
|
||||
@ -33,14 +22,16 @@ VUNDLE__BUILD__vim-go() {
|
||||
# ... build steps from /home/w0ryn/.vim/vim-go
|
||||
}
|
||||
|
||||
VUNDLE__BUILD__vim-hexokinase() {
|
||||
# ... build steps from /home/w0ryn/.vim/vim-hexokinase
|
||||
}
|
||||
|
||||
VUNDLE__BUILD__vim-surround() {
|
||||
# ... build steps from /home/w0ryn/.vim/vim-surround
|
||||
}
|
||||
|
||||
VUNDLE__BUILD__vim-hexokinase() {
|
||||
# ... build steps from /home/w0ryn/.vim/vim-hexokinase
|
||||
make hexokinase
|
||||
}
|
||||
|
||||
VUNDLE__BUILD__youcompleteme() {
|
||||
# ... build steps from /home/w0ryn/.vim/youcompleteme
|
||||
./install.py --all
|
||||
}
|
||||
|
Reference in New Issue
Block a user