docs(dap): add doc
This commit is contained in:
parent
dba618d387
commit
34d742824f
3 changed files with 17 additions and 2 deletions
|
|
@ -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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue