fixed dapui for xdebug

This commit is contained in:
2026-02-01 12:45:24 +05:00
parent 059f61c5f2
commit a51dc2026b
4 changed files with 46 additions and 27 deletions

View File

@@ -0,0 +1,15 @@
-- Live render workspace diagnostics in quickfix with
-- current buf errors on top, buffer diagnostics in loclist
-- @todo удалить и заменить на трабл
return {
'onsails/diaglist.nvim',
enabled = false,
lazy = true,
keys = {
{ '<f3>', '<cmd>lua require(\'diaglist\').open_all_diagnostics()<cr>', mode = { 'n', 'i', 'v', 't' }, desc = 'Open all diagnostics (diaglist)', noremap = true, silent = true },
},
opts = {
debug = false,
debounce_ms = 150
}
}