Variable: eglot-prefer-plaintext
eglot-prefer-plaintext is an alias and customizable for
eglot-documentation-renderer, defined in eglot.el.gz.
This variable is obsolete since 1.24; use
eglot-documentation-renderer instead.
Value
nil
Documentation
Controls rendering of LSP documentation fragments.
If set to a major mode symbol like gfm-view-mode, or the experimental
markdown-ts-view-mode, request markdown snippets and use that mode to
render them. If t, request and render plain text instead. If nil,
request markdown snippets and select a renderer dynamically.
Aliases
eglot-prefer-plaintext (obsolete since 1.24)