Compare commits
No commits in common. "27c50224f7af57f9ffce43897646978fbeb08eae" and "bea244a4aaf4f52952a52fb89c658b08babee2e7" have entirely different histories.
27c50224f7
...
bea244a4aa
@ -30,7 +30,14 @@ return {
|
||||
|
||||
-- UI plugins
|
||||
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('dap-disasm').setup({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user