|
@@ -254,7 +254,7 @@ return require("packer").startup(function(use)
|
|
"mfussenegger/nvim-dap",
|
|
"mfussenegger/nvim-dap",
|
|
config = function()
|
|
config = function()
|
|
require('dap')
|
|
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'
|
|
require('dap').defaults.fallback.terminal_win_cmd = '50vsplit new'
|
|
end,
|
|
end,
|
|
disable = not O.plugin.debug.active,
|
|
disable = not O.plugin.debug.active,
|