mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
already signed in
This commit is contained in:
@@ -27,6 +27,10 @@ function! s:handle_signin(data) abort
|
|||||||
\ 'on_notification': function('s:handle_finish'),
|
\ 'on_notification': function('s:handle_finish'),
|
||||||
\ })
|
\ })
|
||||||
redraw
|
redraw
|
||||||
|
if get(l:command, 'status') ==# 'AlreadySignedIn'
|
||||||
|
echomsg l:command['status']
|
||||||
|
return
|
||||||
|
endif
|
||||||
echomsg printf('Set %s on %s', l:command['userCode'], l:command['verificationUri'])
|
echomsg printf('Set %s on %s', l:command['userCode'], l:command['verificationUri'])
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user