mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
add: dap config for javascript
This commit is contained in:
parent
e2fd81f115
commit
db9ed03df2
6 changed files with 121 additions and 30 deletions
|
@ -78,5 +78,6 @@ dap.listeners.before.event_exited["dapui_config"] = function()
|
|||
dapui.close()
|
||||
end
|
||||
-- vim.fn.sign_define("DapBreakpoint", { text = "🟥", texthl = "", linehl = "", numhl = "" })
|
||||
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
|
||||
-- vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
|
||||
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DiagnosticSignError", linehl = "", numhl = "" })
|
||||
vim.fn.sign_define("DapStopped", { text = "▶️", texthl = "", linehl = "", numhl = "" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue