fix(dap): invalid border value (#3951)

This commit is contained in:
Jieru Mei 2023-03-19 21:55:02 -07:00 committed by GitHub
parent 57395bcc8a
commit 76040d25ff
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ M.config = function()
floating = {
max_height = 0.9,
max_width = 0.5, -- Floats will be treated as percentage of your screen.
border = vim.g.border_chars, -- Border style. Can be 'single', 'double' or 'rounded'
border = "rounded",
mappings = {
close = { "q", "<Esc>" },
},