mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
languages/zig: add dap support (#581)
* 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. * languages/zig: Added dap support cleanup Cleaned up code from the zig dap implementation for consistency.
This commit is contained in:
parent
8df64accab
commit
547cbd28b6
2 changed files with 64 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue