From eba83ec239a47ebcb6e13db8c4859c9ff57deeac Mon Sep 17 00:00:00 2001 From: Sachin Prasad Date: Fri, 17 Jan 2025 11:33:28 +0530 Subject: [PATCH] Doc fix --- doc/nvim-dap-go.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nvim-dap-go.txt b/doc/nvim-dap-go.txt index 3252561..73d63df 100644 --- a/doc/nvim-dap-go.txt +++ b/doc/nvim-dap-go.txt @@ -150,7 +150,7 @@ Debugging With Build Flags *dap-go-debug-build-flags* 1. Register a new option to debug with build flags: >lua - require('dap-go').setup { + require('dap-go').setup({ dap_configurations = { { type = "go",