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({
|
||||
float = {
|
||||
border = 'rounded',
|
||||
title = 'Diagnostics',
|
||||
},
|
||||
virtual_text = false,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user