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