mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 12:10:07 +02:00
update config
This commit is contained in:
parent
d71520224d
commit
256d7305e8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
local dap, dapui = require("dap"), require("dapui")
|
||||
|
||||
dap.listeners.after.event_initialized["dapui_config"] = function()
|
||||
dapui.setup()
|
||||
dapui.open()
|
||||
end
|
||||
dap.listeners.before.event_terminated["dapui_config"] = function()
|
||||
|
@ -9,6 +10,5 @@ end
|
|||
dap.listeners.before.event_exited["dapui_config"] = function()
|
||||
dapui.close()
|
||||
end
|
||||
dapui.setup()
|
||||
vim.fn.sign_define("DapBreakpoint", { text = "🟥", texthl = "", linehl = "", numhl = "" })
|
||||
vim.fn.sign_define("DapStopped", { text = "▶️", texthl = "", linehl = "", numhl = "" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue