Skip to content

Commit c02b417

Browse files
andrewferriergithub-actions[bot]
authored andcommitted
chore: Auto generate Vim docs
1 parent 373049a commit c02b417

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/debugprint.nvim.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*debugprint.nvim.txt* For NVIM Last change: 2025-01-04
1+
*debugprint.nvim.txt* For NVIM Last change: 2025-01-10
22

33
==============================================================================
44
Table of Contents *debugprint.nvim-table-of-contents*
@@ -27,7 +27,9 @@ Table of Contents *debugprint.nvim-table-of-contents*
2727
1. Overview *debugprint.nvim-overview*
2828

2929
`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer
30-
a low-tech approach. Instead of using a sophisticated debugger like nvim-dap
30+
a low-tech approach
31+
<https://www.polymonster.co.uk/blog/printf-debugging-is-ok>. Instead of using a
32+
sophisticated debugger like nvim-dap
3133
<https://github.com/mfussenegger/nvim-dap>, some people prefer using a
3234
'print'-like statement to trace the output during execution. With `debugprint`,
3335
you can insert these statements, including the values of variables, relevant to

0 commit comments

Comments
 (0)