Skip to content

Commit

Permalink
feat(docgen): Update doc/dap-go.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Jan 7, 2024
1 parent 5514bfa commit 9679f72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/dap-go.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================================================================
*dap-go.nvim*
NVIM *dap-go.nvim*

dap-go.nvim is an extension for `nvim-dap` plugin that configures the usage of
Golang debugging over Delve.
Expand Down Expand Up @@ -70,7 +70,7 @@ dapgo.reload({options}) *dapgo.reload()*


================================================================================
*dap-go.config*
CONFIG *dap-go.config*

Config holds all the configuration to operate the extension.

Expand Down Expand Up @@ -125,7 +125,7 @@ config.setup({options}) *config.setup()*


================================================================================
*dap-go.env*
ENV *dap-go.env*

This class wraps the `vim.fn.environ` with some functionalities and
validations.
Expand All @@ -152,7 +152,7 @@ env.dump() *env.dump()*


================================================================================
*dap-go.util*
UTIL *dap-go.util*

This class provides common functions used in dap-go extension.

Expand Down

0 comments on commit 9679f72

Please sign in to comment.