mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
@@ -424,7 +424,7 @@ function! s:SendInitMessage(conn) abort
|
|||||||
\ 'completionItem': {
|
\ 'completionItem': {
|
||||||
\ 'snippetSupport': v:false,
|
\ 'snippetSupport': v:false,
|
||||||
\ 'commitCharactersSupport': v:false,
|
\ 'commitCharactersSupport': v:false,
|
||||||
\ 'documentationFormat': ['plaintext'],
|
\ 'documentationFormat': ['plaintext', 'markdown'],
|
||||||
\ 'deprecatedSupport': v:false,
|
\ 'deprecatedSupport': v:false,
|
||||||
\ 'preselectSupport': v:false,
|
\ 'preselectSupport': v:false,
|
||||||
\ },
|
\ },
|
||||||
@@ -432,7 +432,7 @@ function! s:SendInitMessage(conn) abort
|
|||||||
\ },
|
\ },
|
||||||
\ 'hover': {
|
\ 'hover': {
|
||||||
\ 'dynamicRegistration': v:false,
|
\ 'dynamicRegistration': v:false,
|
||||||
\ 'contentFormat': ['plaintext'],
|
\ 'contentFormat': ['plaintext', 'markdown'],
|
||||||
\ },
|
\ },
|
||||||
\ 'references': {
|
\ 'references': {
|
||||||
\ 'dynamicRegistration': v:false,
|
\ 'dynamicRegistration': v:false,
|
||||||
|
|||||||
@@ -165,7 +165,7 @@ Before:
|
|||||||
\ 'completionItem': {
|
\ 'completionItem': {
|
||||||
\ 'snippetSupport': v:false,
|
\ 'snippetSupport': v:false,
|
||||||
\ 'commitCharactersSupport': v:false,
|
\ 'commitCharactersSupport': v:false,
|
||||||
\ 'documentationFormat': ['plaintext'],
|
\ 'documentationFormat': ['plaintext', 'markdown'],
|
||||||
\ 'deprecatedSupport': v:false,
|
\ 'deprecatedSupport': v:false,
|
||||||
\ 'preselectSupport': v:false,
|
\ 'preselectSupport': v:false,
|
||||||
\ },
|
\ },
|
||||||
@@ -173,7 +173,7 @@ Before:
|
|||||||
\ },
|
\ },
|
||||||
\ 'hover': {
|
\ 'hover': {
|
||||||
\ 'dynamicRegistration': v:false,
|
\ 'dynamicRegistration': v:false,
|
||||||
\ 'contentFormat': ['plaintext'],
|
\ 'contentFormat': ['plaintext', 'markdown'],
|
||||||
\ },
|
\ },
|
||||||
\ 'references': {
|
\ 'references': {
|
||||||
\ 'dynamicRegistration': v:false,
|
\ 'dynamicRegistration': v:false,
|
||||||
|
|||||||
Reference in New Issue
Block a user