update gopath and plug.vim upgrade
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user