vundle install on setup fixes + fzf-tab and scwrypts versions

This commit is contained in:
2023-11-11 15:15:14 -07:00
parent 5a7fc08f44
commit c8ce1402af
5 changed files with 9 additions and 68 deletions

View File

@ -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
}