feat: Increase visibility of floating diagnostic

pull/1882/head
waneon 1 year ago committed by Sidhanth Rathod
parent 800d066aab
commit 8ec2cb3b76

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

Loading…
Cancel
Save