mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-28 07:50:03 +02:00
Merge 0568118b61
into 3338d39206
This commit is contained in:
commit
6071f33b8e
1 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue