docs(dap): add doc

This commit is contained in:
Smirnov Oleksandr 2024-04-02 17:10:20 +03:00
parent dba618d387
commit 34d742824f
3 changed files with 17 additions and 2 deletions

View file

@ -12,6 +12,7 @@ Table of Contents
Install dependencies..............................|gopher.nvim-install-deps|
Configuration...........................................|gopher.nvim-config|
Auto implementation of interface methods..................|gopher.nvim-impl|
Setup `nvim-dap` for Go......................................|gopher.nvim-dap|
------------------------------------------------------------------------------
*gopher.nvim-setup*
@ -114,4 +115,12 @@ simple example:
<
==============================================================================
------------------------------------------------------------------------------
*gopher.nvim-dap*
This module sets up `nvim-dap` for Go.
Usage ~
just call `require("gopher.dap").setup()`, adn you're good to go.
vim:tw=78:ts=8:noet:ft=help:norl: