File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ settings["lsp_inlayhints"] = false
5858-- Set it to false if diagnostics virtual text is annoying.
5959-- If disabled, you may browse lsp diagnostics using trouble.nvim (press `gt` to toggle it).
6060--- @type boolean
61- settings [" diagnostics_virtual_text" ] = false
61+ settings [" diagnostics_virtual_text" ] = true
6262
6363-- Set it to false if diagnostics virtual lines is annoying.
6464-- NOTE: This entry is an alternative form to `diagnostics_virtual_text`.
6565--- @type boolean
66- settings [" diagnostics_virtual_lines" ] = true
66+ settings [" diagnostics_virtual_lines" ] = false
6767
6868-- Set it to one of the values below if you want to change the visible severity level of lsp diagnostics.
6969-- Priority: `Error` > `Warning` > `Information` > `Hint`.
You can’t perform that action at this time.
0 commit comments