feat: add configuration and command to toggle display of inline diagnostics
This commit is contained in:
parent
812dc85bdc
commit
c186264eac
3 changed files with 10 additions and 1 deletions
|
@ -12,6 +12,7 @@ enable_terminal_color_scheme: bool = builtin.os.tag != .windows,
|
|||
highlight_current_line: bool = true,
|
||||
highlight_current_line_gutter: bool = true,
|
||||
whitespace_mode: []const u8 = "none",
|
||||
inline_diagnostics: bool = true,
|
||||
animation_min_lag: usize = 0, //milliseconds
|
||||
animation_max_lag: usize = 150, //milliseconds
|
||||
enable_format_on_save: bool = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue