Add title to diagnostics floating window

This commit is contained in:
Kenneth Benzie 2024-04-13 13:40:49 +01:00
parent 428cea9747
commit a655cbe3d9

View File

@ -16,6 +16,7 @@ vim.lsp.handlers['textDocument/signatureHelp'] = vim.lsp.with(
vim.diagnostic.config({
float = {
border = 'rounded',
title = 'Diagnostics',
},
virtual_text = false,
})