mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update
This commit is contained in:
parent
28b248906f
commit
ce51c1c69e
2 changed files with 4 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
local status_ok, dap, dapui = require("dap"), require("dapui")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
local dap, dapui = require("dap"), require("dapui")
|
||||
|
||||
dap.listeners.after.event_initialized["dapui_config"] = function()
|
||||
dapui.open()
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue