mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-27 15:38:51 +02:00
feat(diagnostics): Add virtual_lines
for discoverability
This commit is contained in:
parent
d350db2449
commit
0568118b61
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -645,6 +645,8 @@ require('lazy').setup({
|
|||
return diagnostic_message[diagnostic.severity]
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue