refactor!: remove dap adapter (#81)

This commit is contained in:
Smirnov Oleksandr 2025-02-25 13:16:24 +02:00 committed by GitHub
parent da960189c1
commit cd8a5efc88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1 additions and 158 deletions

View file

@ -16,7 +16,6 @@ Table of Contents
Generating unit tests boilerplate......................|gopher.nvim-gotests|
Iferr....................................................|gopher.nvim-iferr|
Generate comments.....................................|gopher.nvim-comments|
Setup `nvim-dap` for Go......................................|gopher.nvim-dap|
------------------------------------------------------------------------------
*gopher.nvim-setup*
@ -28,7 +27,7 @@ Calling this function is optional, if you ok with default settings. Look |gopher
Usage ~
`require("gopher").setup {}` (replace `{}` with your `config` table)
Parameters ~
{user_config} gopher.Config
{user_config} `(gopher.Config)`
------------------------------------------------------------------------------
*gopher.nvim-install-deps*
@ -206,12 +205,4 @@ Execute `:GoCmt` to generate a comment for the current function/method/struct/et
This module provides a way to generate comments for Go code.
==============================================================================
------------------------------------------------------------------------------
*gopher.nvim-dap*
This module sets up `nvim-dap` for Go.
Usage ~
just call `require("gopher.dap").setup()`, and you're good to go.
vim:tw=78:ts=8:noet:ft=help:norl: