feat: change nvim-dap layout

pull/99/head
fm39hz-laptop 2024-06-27 14:11:20 +07:00
parent 6359b1dbb2
commit e873c00695
1 changed files with 32 additions and 0 deletions

View File

@ -203,4 +203,36 @@ return {
}, },
}, },
}, },
{
"rcarriga/nvim-dap-ui",
opts = {
expand_lines = true,
icons = { expanded = "", collapsed = "", circular = "" },
layouts = {
{
elements = {
{ id = "watches", size = 0.24 },
{ id = "scopes", size = 0.24 },
{ id = "breakpoints", size = 0.24 },
{ id = "stacks", size = 0.28 },
},
size = 0.23,
position = "right",
},
{
elements = {
{ id = "repl", size = 0.55 },
{ id = "console", size = 0.45 },
},
size = 0.27,
position = "bottom",
},
},
floating = {
max_height = 0.9,
max_width = 0.5,
border = "rounded",
},
},
},
} }