Compare commits

..

No commits in common. "27c50224f7af57f9ffce43897646978fbeb08eae" and "bea244a4aaf4f52952a52fb89c658b08babee2e7" have entirely different histories.

View File

@ -30,7 +30,14 @@ return {
-- UI plugins -- UI plugins
require('dap-view').setup({ require('dap-view').setup({
auto_toggle = true, winbar = {
sections = {
"console", "watches", "scopes", "exceptions",
"breakpoints", "threads", "disassembly", "repl",
},
-- Must be one of the sections declared above
default_section = "console",
}
}) })
require('nvim-dap-virtual-text').setup({}) require('nvim-dap-virtual-text').setup({})
require('dap-disasm').setup({ require('dap-disasm').setup({