docs(dap): add
This commit is contained in:
parent
9f6e94f46f
commit
93be1b1d6f
1 changed files with 11 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -146,9 +146,19 @@ Set cursor on the line with **err** and execute:
|
|||
:GoIfErr
|
||||
```
|
||||
|
||||
10. Setup nvim-dap for go in one line.
|
||||
|
||||
Notice: [nvim-dap](https://github.com/mfussenegger/nvim-dap) is required
|
||||
|
||||
```lua
|
||||
require"gopher.dap".setup()
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
PRs are always welcome. See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
||||
|
||||
## Thanks
|
||||
|
||||
- [go.nvim](https://github.com/ray-x/go.nvim)
|
||||
- [nvim-dap-go](https://github.com/leoluz/nvim-dap-go)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue