1 files changed,
11 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-09-22 17:39:06 +0300
Parent:
9f6e94f
M
README.md
@@ -56,7 +56,7 @@ - [gotests](https://github.com/cweill/gotests)
- [iferr](https://github.com/koron/iferr) 2. Modify struct tags: -By default `json` tag will be added/removed, if not set: + By default `json` tag will be added/removed, if not set: ```vim :GoTagAdd json " For add json tag@@ -146,9 +146,19 @@ ```vim
: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)