fixer upper and remove a user prompt in the middle of setup

This commit is contained in:
2023-11-19 12:00:51 -07:00
parent ad338c15c5
commit c20d85e1d0
6 changed files with 22 additions and 21 deletions

View File

@ -10,6 +10,10 @@ VUNDLE__BUILD__nerdtree() {
# ... build steps from /home/w0ryn/.vim/nerdtree
}
VUNDLE__BUILD__unicode.vim() {
# ... build steps from /home/w0ryn/.vim/unicode.vim
}
VUNDLE__BUILD__vim-dim() {
# ... build steps from /home/w0ryn/.vim/vim-dim
}