refactor(nvim): use empty borders for diagnostic

This commit is contained in:
Price Hiller 2023-01-17 13:25:26 -06:00
parent 9dd5aceda5
commit 090b520fcd

View File

@ -37,9 +37,14 @@ M.setup = function()
float = {
focusable = true,
style = "minimal",
border = "rounded",
border = {
" ",
" ",
" ",
" ",
},
source = "always",
header = "",
header = "Diagnostic",
prefix = "",
},
})