update gopath and plug.vim upgrade

This commit is contained in:
2020-05-22 01:26:59 +02:00
parent f1e4f7cb73
commit 0a44f1bded
2 changed files with 2 additions and 2 deletions

View File

@@ -942,6 +942,7 @@ function! s:do(pull, force, todo)
endif endif
elseif type == s:TYPE.funcref elseif type == s:TYPE.funcref
try try
call s:load_plugin(spec)
let status = installed ? 'installed' : (updated ? 'updated' : 'unchanged') let status = installed ? 'installed' : (updated ? 'updated' : 'unchanged')
call spec.do({ 'name': name, 'status': status, 'force': a:force }) call spec.do({ 'name': name, 'status': status, 'force': a:force })
catch catch

View File

@@ -1,5 +1,4 @@
export GOPATH="$HOME/.go" export GOPATH="$HOME/Development/go"
export GOPATH="$GOPATH:$HOME/Development/go"
export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$HOME/.go/bin:$GOPATH/bin:$HOME/.bin:$HOME/.local/bin:/usr/local/go/bin:$PATH" export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$HOME/.go/bin:$GOPATH/bin:$HOME/.bin:$HOME/.local/bin:/usr/local/go/bin:$PATH"
if [[ -x /usr/bin/nvim ]]; then if [[ -x /usr/bin/nvim ]]; then