From 975521b7ad0339bacddbe01d9c4af6f658e409ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 28 Jun 2024 01:09:22 +0200 Subject: [PATCH] Spell "debugger" properly (#479) --- README.md | 2 +- doc/go.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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