Enable virtual_lines diagnostic option
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
return {
|
return {
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
opts = {
|
opts = {
|
||||||
|
diagnostics = {
|
||||||
|
virtual_text = true,
|
||||||
|
virtual_lines = { current_line = true },
|
||||||
|
},
|
||||||
servers = {
|
servers = {
|
||||||
clangd = {
|
clangd = {
|
||||||
-- removing .proto from the list of filetypes since clangd doesn't seem to be able to parse them
|
-- removing .proto from the list of filetypes since clangd doesn't seem to be able to parse them
|
||||||
|
|||||||
Reference in New Issue
Block a user