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 = {
border = 'single',
format = function(diagnostic)
return string.format('%s (%s) [%s]', diagnostic.message, diagnostic.source,
diagnostic.code or diagnostic.user_data.lsp.code)
return string.format('%s (%s) [%s]', diagnostic.message, diagnostic.source, diagnostic.code or diagnostic.user_data.lsp.code)
end,
},
})