You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: set default render_modes to true (all) for LSP docs
## Details
Issue: #326
When triggering LSP hover docs / signature help in insert mode this
plugin will attach to the buffer but since we're in insert mode it will
display the raw view instead of the rendered view. By setting the
`render_modes` to `true` now the doc buffers will always be in the
rendered state.
0 commit comments