Skip to content

Commit 3c744a8

Browse files
authored
fix: nvim 0.11 overrides float border with default option if not set (#447)
We have to set border style to "none" to keep old behaviour of line_hover
1 parent bc81f8d commit 3c744a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/dapui/render/line_hover.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function M.show()
8787
width = content_width,
8888
height = 1,
8989
style = "minimal",
90+
border = "none",
9091
row = 0,
9192
col = 0,
9293
}

0 commit comments

Comments
 (0)