chore(nvim): re-enable virtual text for LSP output
This commit is contained in:
parent
a407a9bda1
commit
0808e54b4e
|
@ -2,7 +2,7 @@ local M = {}
|
||||||
|
|
||||||
M.setup = function()
|
M.setup = function()
|
||||||
local config = {
|
local config = {
|
||||||
virtual_text = false,
|
virtual_text = true,
|
||||||
update_in_insert = true,
|
update_in_insert = true,
|
||||||
underline = true,
|
underline = true,
|
||||||
severity_sort = true,
|
severity_sort = true,
|
||||||
|
|
Loading…
Reference in a new issue