We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f5961c + c278ca0 commit f3cb583Copy full SHA for f3cb583
autoload/go/lsp.vim
@@ -181,6 +181,7 @@ function! s:newlsp() abort
181
endfunction
182
183
function! l:lsp.handleInitializeResult(result) dict abort
184
+ call go#util#EchoProgress("initialized gopls")
185
let self.ready = 1
186
" TODO(bc): send initialized message to the server?
187
@@ -202,7 +203,7 @@ function! s:newlsp() abort
202
203
endwhile
204
205
if !self.last_request_id
- call go#util#EchoProgress("initialize gopls")
206
+ call go#util#EchoProgress("initializing gopls")
207
" TODO(bc): run a server per module and one per GOPATH? (may need to
208
" keep track of servers by rootUri).
209
let l:wd = go#util#ModuleRoot()
0 commit comments