From 9679f729f1d468a137b08fddbff93fd7c49ed054 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 7 Jan 2024 12:41:27 +0000 Subject: [PATCH] feat(docgen): Update doc/dap-go.txt skip-checks: true --- doc/dap-go.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/dap-go.txt b/doc/dap-go.txt index 5ab1900..eb62faa 100644 --- a/doc/dap-go.txt +++ b/doc/dap-go.txt @@ -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. @@ -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. @@ -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. @@ -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.