plugins.noice.settings.lsp.progress.enabled
Enable LSP progress.
Type: null or boolean or raw lua code
Default:
null
Plugin default: true
Declared by:
plugins.noice.settings.lsp.progress.format
Lsp Progress is formatted using the builtins for lsp_progress.
Type: null or string or anything or raw lua code
Default:
null
Plugin default: "lsp_progress"
Declared by:
plugins.noice.settings.lsp.progress.format_done
Lsp Progress is formatted using the builtins for lsp_progress.
Type: null or string or anything or raw lua code
Default:
null
Plugin default: "lsp_progress_done"
Declared by:
plugins.noice.settings.lsp.progress.throttle
Frequency to update lsp progress message.
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 1000 / 30
Declared by:
plugins.noice.settings.lsp.progress.view
Lsp progress view backend.
Type: null or string or raw lua code
Default:
null
Plugin default: "mini"
Declared by: