mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 11:24:43 +02:00
debugging updates
This commit is contained in:
parent
1940bd26a6
commit
279e01f2f3
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue