master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 7cc886c641 - Show all commits

View File

@@ -113,8 +113,7 @@ vim.diagnostic.config({
float = { float = {
border = 'single', border = 'single',
format = function(diagnostic) format = function(diagnostic)
return string.format('%s (%s) [%s]', diagnostic.message, diagnostic.source, return string.format('%s (%s) [%s]', diagnostic.message, diagnostic.source, diagnostic.code or diagnostic.user_data.lsp.code)
diagnostic.code or diagnostic.user_data.lsp.code)
end, end,
}, },
}) })