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

@@ -8,6 +8,8 @@ return {
library = {
-- Load luvit types when the `vim.uv` word is found
{ path = '${3rd}/luv/library', words = { 'vim%.uv' } },
library = { "nvim-dap-ui" }
},
}
}