This commit is contained in:
Smirnov Oleksandr 2024-03-01 23:31:50 +02:00
parent 6e0d29c47c
commit e056d06aef

View file

@ -97,7 +97,7 @@ require("gopher").setup {
<details> <details>
<summary> <summary>
<b>Add and remove tags for structs via <a href="https://github.com/fatih/gomodifytags">gomodifytags</a>)</b> <b>Add and remove tags for structs via <a href="https://github.com/fatih/gomodifytags">gomodifytags</a></b>
</summary> </summary>
By default `json` tag will be added/removed, if not set: By default `json` tag will be added/removed, if not set:
@ -221,9 +221,8 @@ require("gopher").setup {
<b>Setup <a href="https://github.com/mfussenegger/nvim-dap">nvim-dap</a> for go in one line</b> <b>Setup <a href="https://github.com/mfussenegger/nvim-dap">nvim-dap</a> for go in one line</b>
</summary> </summary>
>[!IMPORTANT] >[!IMPORTANT]
> > [nvim-dap](https://github.com/mfussenegger/nvim-dap) has to be installed
> [nvim-dap](https://github.com/mfussenegger/nvim-dap) has to be installed
```lua ```lua
require("gopher.dap").setup() require("gopher.dap").setup()