Merge branch 'master' of github.com:ray-x/go.nvim

pull/486/head
ray-x 2 months ago
commit 033344ddfa

1
.gitignore vendored

@ -1 +1,2 @@
.DS_Store
doc/tags

@ -602,7 +602,7 @@ key mapping is used
### Moving from vscode-go debug
Please check [Vscode Launch configurations](https://code.visualstudio.com/docs/editor/debugging#_launch-configurations)
for more info go.nvim support launch debuger from vscode-go .vscode/launch.json configurations If launch.json is valid,
for more info go.nvim support launch debugger from vscode-go .vscode/launch.json configurations If launch.json is valid,
run `GoDebug` will launch from the launch.json configuration.
### Inlay hints

@ -275,7 +275,7 @@ COMMANDS *go-nvim-commands*
Remove all tags
:GoDebug {options} *:GoDebug*
Start debuger
Start debugger
options: -t(test), -R(restart), -n(nearest), -f(file), -s(stop), -b(breakpoint)
-h(help), -c(compile), -a (attach remote)
If no option provided, will
@ -290,7 +290,7 @@ COMMANDS *go-nvim-commands*
Open launch.json
:GoDbgKeys *:GoDbgKeys*
Display keymaps for debuger
Display keymaps for debugger
:GoDbgStop *:GoDbgStop*
Stop debug session and unmap all keymaps, same as GoDebug -s
@ -302,13 +302,13 @@ COMMANDS *go-nvim-commands*
Create alaunch.json
:GoBreakToggle *:GoBreakToggle*
Debuger breakpoint toggle
Debugger breakpoint toggle
:GoBreakSave *:GoBreakSave*
Debuger breakpoint save to project file
Debugger breakpoint save to project file
:GoBreakLoad *:GoBreakLoad*
Debuger breakpoint load from project file
Debugger breakpoint load from project file
:GoEnv {envfile} {load} *:GoEnv*
Load envfile and set environment variable

Loading…
Cancel
Save