languages/zig: Added dap support

Implemented DAP support for zig. Included comment regarding redundant
`dap.adapters.lldb` code when both clang and zig dap modules are
enabled.
This commit is contained in:
army castillo 2025-01-24 12:45:39 -05:00
commit 115b740a2d
2 changed files with 62 additions and 2 deletions

View file

@ -122,3 +122,8 @@
[ruff]: (https://github.com/astral-sh/ruff)
- Add [ruff] as a formatter option in `vim.languages.python.format.type`.
[ARCIII](https://github.com/ArmandoCIII):
- Add `vim.languages.zig.dap` support through pkgs.lldb dap adapter.
Code Inspiration from `vim.languages.clang.dap` implementation.