plugins.noice.settings.lsp.documentation.opts
Options for documentation backend.
Type: null or (attribute set of (anything or raw lua code))
Default:
null
Plugin default:
{
format = [
"{message}"
];
lang = "markdown";
render = "plain";
replace = true;
win_options = {
concealcursor = "n";
conceallevel = 3;
};
}
Declared by:
plugins.noice.settings.lsp.documentation.view
Documentation backend to use.
Type: null or string or raw lua code
Default:
null
Plugin default: "hover"
Declared by: