Skip to content

Commit 543b4b9

Browse files
committed
Merge branch 'master' of github.com:ray-x/go.nvim
2 parents 0bc1b1d + beec14d commit 543b4b9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -435,14 +435,15 @@ generate method stubs for implementing an interface
435435

436436
Usage:
437437

438-
````
438+
```
439439
:GoImpl {receiver} {interface}
440+
```
440441

441442
Also, you can put the cursor on the struct and run
442443

443-
```vim
444+
```
444445
:GoImpl {interface}
445-
````
446+
```
446447

447448
e.g:
448449

@@ -1196,9 +1197,10 @@ And run
11961197
:TSInstall gotmpl
11971198
```
11981199

1199-
The plugin injects the tmpl to html so you should see this:
1200+
The plugin injects the tmpl to html syntax so you should see this:
1201+
1202+
![image](https://github.com/ray-x/go.nvim/assets/1681295/7d11eb96-4803-418b-b056-336163ed492b)
12001203

1201-
![gohtmltmpl](https://gist.github.com/assets/1681295/b6bcd1b3-94c4-4b34-9098-4cbd1ab8669e.png)
12021204

12031205
## Integrate null-ls
12041206

0 commit comments

Comments
 (0)