We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a2b0e commit 440ec66Copy full SHA for 440ec66
1 file changed
lua/dap-view/hover/init.lua
@@ -16,6 +16,7 @@ M.set_win_options = function(winnr)
16
win.foldcolumn = "0"
17
win.number = false
18
win.relativenumber = false
19
+ win.signcolumn = "no"
20
21
-- If not focused, NormalFloat won't be applied right away
22
win.winhighlight = "Normal:NormalFloat"
0 commit comments