summaryrefslogtreecommitdiff
path: root/autoload/ale/lsp.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/ale/lsp.vim')
-rw-r--r--autoload/ale/lsp.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/autoload/ale/lsp.vim b/autoload/ale/lsp.vim
index daaed6fa..0519c798 100644
--- a/autoload/ale/lsp.vim
+++ b/autoload/ale/lsp.vim
@@ -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,