Skip to content

Commit

Permalink
Fix textlint error
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rd4d committed Jul 19, 2024
1 parent 72143a7 commit a89030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ nmap <silent> <leader>td :lua require('dap-go').debug_test()<CR>
## VSCode launch config

Defining the Go debug configurations for all your projects inside your Neovim configuration can be cumbersome and quite strict.
For more flexibility, `nvim-dap` supports the use of the VSCode launch configurations. To use that feature in combination with the pre-defined `nvim-dap-go` configurations (the ones for launching debug sessions in tests for instance), load the VSCode configurations **BEFORE** calling the `setup()` function of `nvim-dap-go`:
For more flexibility, `nvim-dap` supports the use of the VSCode launch configurations. To use that feature in combination with the predefined `nvim-dap-go` configurations (the ones for launching debug sessions in tests for instance), load the VSCode configurations **BEFORE** calling the `setup()` function of `nvim-dap-go`:

```lua
require("dap.ext.vscode").load_launchjs()
Expand Down

0 comments on commit a89030d

Please sign in to comment.