mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2026-06-09 15:37:30 +02:00
Merge pull request #327 from prabirshrestha/fix-initialization-options
initialization_options is not passed
This commit is contained in:
+1
-1
@@ -413,7 +413,7 @@ function! s:ensure_init(buf, server_name, cb) abort
|
||||
\ }
|
||||
|
||||
if has_key(l:server_info, 'initialization_options')
|
||||
let l:request['initialization_options'] = l:server_info['initialization_options']
|
||||
let l:request.params['initialization_options'] = l:server_info['initialization_options']
|
||||
endif
|
||||
|
||||
let l:server['init_callbacks'] = [a:cb]
|
||||
|
||||
Reference in New Issue
Block a user