Add title to diagnostics floating window
This commit is contained in:
parent
428cea9747
commit
a655cbe3d9
@ -16,6 +16,7 @@ vim.lsp.handlers['textDocument/signatureHelp'] = vim.lsp.with(
|
|||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
float = {
|
float = {
|
||||||
border = 'rounded',
|
border = 'rounded',
|
||||||
|
title = 'Diagnostics',
|
||||||
},
|
},
|
||||||
virtual_text = false,
|
virtual_text = false,
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user