File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -435,14 +435,15 @@ generate method stubs for implementing an interface
435
435
436
436
Usage:
437
437
438
- ````
438
+ ```
439
439
:GoImpl {receiver} {interface}
440
+ ```
440
441
441
442
Also, you can put the cursor on the struct and run
442
443
443
- ```vim
444
+ ```
444
445
:GoImpl {interface}
445
- ````
446
+ ```
446
447
447
448
e.g:
448
449
@@ -1196,9 +1197,10 @@ And run
1196
1197
:TSInstall gotmpl
1197
1198
```
1198
1199
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 )
1200
1203
1201
- ![ gohtmltmpl] ( https://gist.github.com/assets/1681295/b6bcd1b3-94c4-4b34-9098-4cbd1ab8669e.png )
1202
1204
1203
1205
## Integrate null-ls
1204
1206
You can’t perform that action at this time.
0 commit comments