Skip to content

Commit 7595b43

Browse files
committed
chore(settings): use virtual_text, disable virtual_line
1 parent b1839ec commit 7595b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/core/settings.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)