Show diagnostics source

This commit is contained in:
Sonny Bakker 2025-01-03 21:31:15 +01:00
parent f45918c93d
commit a3353cc601

View file

@ -147,3 +147,10 @@ cmp.setup({
end, end,
}, },
}) })
vim.diagnostic.config({
float = {
source = 'always',
border = border
},
})