We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4a409 commit 1134d3bCopy full SHA for 1134d3b
lua/options.lua
@@ -152,12 +152,12 @@ cmd.colorscheme "rose-pine"
152
if vim.fn.has "nvim-0.11" > 0 then
153
vim.diagnostic.config {
154
-- Use the default configuration
155
- virtual_lines = true,
+ -- virtual_lines = true,
156
157
-- Alternatively, customize specific options
158
- -- virtual_lines = {
159
- -- -- Only show virtual line diagnostics for the current cursor line
160
- -- current_line = true,
161
- -- },
+ virtual_lines = {
+ -- Only show virtual line diagnostics for the current cursor line
+ current_line = true,
+ },
162
}
163
end
0 commit comments