upd
This commit is contained in:
parent
6e0d29c47c
commit
e056d06aef
1 changed files with 3 additions and 4 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue