From 279e01f2f35948afa185115b100254cd1496277b Mon Sep 17 00:00:00 2001 From: christianchiarulli Date: Mon, 5 Jul 2021 13:58:38 -0400 Subject: debugging updates --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index a6f0d646..1a857c66 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -254,7 +254,7 @@ return require("packer").startup(function(use) "mfussenegger/nvim-dap", config = function() require('dap') - vim.fn.sign_define('DapBreakpoint', {text='🛑', texthl='', linehl='', numhl=''}) + vim.fn.sign_define('DapBreakpoint', {text='', texthl='LspDiagnosticsSignError', linehl='', numhl=''}) require('dap').defaults.fallback.terminal_win_cmd = '50vsplit new' end, disable = not O.plugin.debug.active, -- cgit v1.2.3