add: dap config for javascript

This commit is contained in:
asep.komarudin 2024-06-17 15:40:52 +07:00
parent e2fd81f115
commit db9ed03df2
6 changed files with 121 additions and 30 deletions

View file

@ -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 = "" })