mirror of https://github.com/dense-analysis/ale
parent
481c5cccbf
commit
b216892f0c
|
@ -424,7 +424,7 @@ function! s:SendInitMessage(conn) abort
|
|||
\ 'completionItem': {
|
||||
\ 'snippetSupport': v:false,
|
||||
\ 'commitCharactersSupport': v:false,
|
||||
\ 'documentationFormat': ['plaintext'],
|
||||
\ 'documentationFormat': ['plaintext', 'markdown'],
|
||||
\ 'deprecatedSupport': v:false,
|
||||
\ 'preselectSupport': v:false,
|
||||
\ },
|
||||
|
@ -432,7 +432,7 @@ function! s:SendInitMessage(conn) abort
|
|||
\ },
|
||||
\ 'hover': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ 'contentFormat': ['plaintext'],
|
||||
\ 'contentFormat': ['plaintext', 'markdown'],
|
||||
\ },
|
||||
\ 'references': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
|
|
|
@ -165,7 +165,7 @@ Before:
|
|||
\ 'completionItem': {
|
||||
\ 'snippetSupport': v:false,
|
||||
\ 'commitCharactersSupport': v:false,
|
||||
\ 'documentationFormat': ['plaintext'],
|
||||
\ 'documentationFormat': ['plaintext', 'markdown'],
|
||||
\ 'deprecatedSupport': v:false,
|
||||
\ 'preselectSupport': v:false,
|
||||
\ },
|
||||
|
@ -173,7 +173,7 @@ Before:
|
|||
\ },
|
||||
\ 'hover': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ 'contentFormat': ['plaintext'],
|
||||
\ 'contentFormat': ['plaintext', 'markdown'],
|
||||
\ },
|
||||
\ 'references': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
|
|
Loading…
Reference in New Issue