feat: add config option lsp_output "quiet" to reduce LSP log verbosity
Set the option to "verbose" to re-enable logging of LSP show/logMessage requests.
This commit is contained in:
parent
72423471f1
commit
69ea495495
4 changed files with 18 additions and 4 deletions
|
@ -41,6 +41,8 @@ palette_style: WidgetStyle = .bars_top_bottom,
|
|||
panel_style: WidgetStyle = .compact,
|
||||
home_style: WidgetStyle = .bars_top_bottom,
|
||||
|
||||
lsp_output: enum { quiet, verbose } = .quiet,
|
||||
|
||||
include_files: []const u8 = "",
|
||||
|
||||
pub const DigitStyle = enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue