feat: Increase visibility of floating diagnostic
This commit is contained in:
@@ -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",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user