languages/go: use dap-go for dap configurations (#319)

* deps: add nvim-dap-go

* go: use dap-go plugin for dap configurations

* docs: update release notes

---------

Co-authored-by: Pei Yang Ching <pei.ching@check24.de>
This commit is contained in:
Ching Pei Yang 2024-07-03 20:42:26 +02:00 committed by GitHub
commit 3f5ed9e979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 38 additions and 37 deletions

View file

@ -29,6 +29,7 @@ Release notes for release 0.7
- Fix broken treesitter-context keybinds in visual mode
- Deprecate use of `__empty` to define empty tables in lua. Empty attrset are no
longer filtered and thus should be used instead.
- Add dap-go for better dap configurations
[jacekpoz](https://github.com/jacekpoz):