Skip to content

Commit

Permalink
forgot one place
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 1, 2023
1 parent dd973dd commit 536b5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def r(name: str, default: Union[bool, int, str, list, dict]) -> None:
r("show_multiline_document_highlights", True)
r("show_diagnostics_panel_on_save", 0)
r("show_diagnostics_severity_level", 2)
r("show_references_in_quick_panel", False)
r("show_references_in_quick_panel", True)
r("show_symbol_action_links", False)
r("show_view_status", True)

Expand Down

0 comments on commit 536b5f7

Please sign in to comment.