Merge 0568118b61
into 6ba2408cdf
This commit is contained in:
commit
6a1442cfd7
2
init.lua
2
init.lua
|
@ -653,6 +653,8 @@ require('lazy').setup({
|
||||||
return diagnostic_message[diagnostic.severity]
|
return diagnostic_message[diagnostic.severity]
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
-- Display multiline diagnostics as virtual lines
|
||||||
|
-- virtual_lines = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LSP servers and clients are able to communicate to each other what features they support.
|
-- LSP servers and clients are able to communicate to each other what features they support.
|
||||||
|
|
Loading…
Reference in New Issue