refactor(nvim): use empty borders for diagnostic
This commit is contained in:
parent
9dd5aceda5
commit
090b520fcd
@ -37,9 +37,14 @@ M.setup = function()
|
|||||||
float = {
|
float = {
|
||||||
focusable = true,
|
focusable = true,
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
border = "rounded",
|
border = {
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
},
|
||||||
source = "always",
|
source = "always",
|
||||||
header = "",
|
header = "Diagnostic",
|
||||||
prefix = "",
|
prefix = "",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user