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:
parent
f3415da152
commit
f09a9ddb40
3 changed files with 4 additions and 8 deletions
3
install
3
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue