Added TabNine, cleaned up some of the installer

Installed was running as `sh` and a bunch of crap was lit up as being wrong in
POSIX mode, so just changed it over to run via `bash`. Added TabNine to the vim
install and added the appropriate `vimrc` stuff for that. Also dropped some old
color toggling shit I'm not using anymore.
This commit is contained in:
Josh Sherman 2019-10-03 21:07:04 -05:00
parent f3415da152
commit f09a9ddb40
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
3 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash
if [ -z "$HOME" ]; then echo "Seems you're \$HOMEless :("; exit 1; fi
@ -77,6 +77,7 @@ VIMPLUGS=(
"jelera/vim-javascript-syntax"
"Quramy/vim-js-pretty-template"
"StanAngeloff/php.vim"
"zxqfl/tabnine-vim"
)
for INDEX in ${!VIMPLUGS[*]}; do