lsp_lines only on current line
This commit is contained in:
parent
476c83e7a8
commit
2ed815894f
@ -310,7 +310,7 @@ return {
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- vim.diagnostic.config({ virtual_text = false })
|
-- vim.diagnostic.config({ virtual_text = false })
|
||||||
vim.diagnostic.config({ virtual_text = false, virtual_lines = true })
|
vim.diagnostic.config({ virtual_text = false, virtual_lines = { only_current_line = true } })
|
||||||
end,
|
end,
|
||||||
event = 'VeryLazy'
|
event = 'VeryLazy'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user