diff --git a/.gitignore b/.gitignore index e43b0f9..17402e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .DS_Store +doc/tags diff --git a/README.md b/README.md index 144201a..d9f36da 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/go.txt b/doc/go.txt index 56c3c6e..25dec98 100644 --- a/doc/go.txt +++ b/doc/go.txt @@ -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