feat: Increase visibility of floating diagnostic

This commit is contained in:
waneon 2023-03-31 09:19:45 +09:00 committed by Sidhanth Rathod
parent 800d066aab
commit 8ec2cb3b76

View file

@ -186,7 +186,7 @@ M.lspconfig = {
["<leader>f"] = {
function()
vim.diagnostic.open_float()
vim.diagnostic.open_float { border = "rounded" }
end,
"floating diagnostic",
},