mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 09:18:44 +02:00
DAP Not Support
This commit is contained in:
parent
b691155539
commit
4fbc9cf758
4 changed files with 25 additions and 8 deletions
|
@ -1,4 +1,7 @@
|
|||
local dap, dapui = require("dap"), require("dapui")
|
||||
local status_ok, dap, dapui = require("dap"), require("dapui")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
dap.listeners.after.event_initialized["dapui_config"] = function()
|
||||
dapui.open()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue