update gopath and plug.vim upgrade
This commit is contained in:
@@ -942,6 +942,7 @@ function! s:do(pull, force, todo)
|
||||
endif
|
||||
elseif type == s:TYPE.funcref
|
||||
try
|
||||
call s:load_plugin(spec)
|
||||
let status = installed ? 'installed' : (updated ? 'updated' : 'unchanged')
|
||||
call spec.do({ 'name': name, 'status': status, 'force': a:force })
|
||||
catch
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
export GOPATH="$HOME/.go"
|
||||
export GOPATH="$GOPATH:$HOME/Development/go"
|
||||
export 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"
|
||||
|
||||
if [[ -x /usr/bin/nvim ]]; then
|
||||
|
||||
Reference in New Issue
Block a user