Skip to content

Commit f9e3a8b

Browse files
andrewferriergithub-actions[bot]
authored andcommitted
chore: Auto generate Vim docs
1 parent 593c984 commit f9e3a8b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

doc/debugprint.nvim.txt

+7-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,10 @@ Table of Contents *debugprint.nvim-table-of-contents*
2222

2323
`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer
2424
a low-tech approach. Instead of using a sophisticated debugger like nvim-dap
25-
<https://github.com/mfussenegger/nvim-dap>, some people prefer using a 'print'
26-
statement to trace the output during execution. With `debugprint`, you can
27-
insert 'print' statements, with debug information pre-populated, relevant to
28-
the language you’re editing. These statements can include variable values.
29-
30-
`debugprint` supports 31 filetypes/programming languages out-of-the-box,
31-
including Python, JavaScript/TypeScript, Java, C/C++ and more. See
32-
|debugprint.nvim-the-comparison-table| for the full list. It can also be
33-
extended to support other languages.
25+
<https://github.com/mfussenegger/nvim-dap>, some people prefer using a
26+
'print'-like statement to trace the output during execution. With `debugprint`,
27+
you can insert these statements, including the values of variables, relevant to
28+
the language you’re editing.
3429

3530

3631
==============================================================================
@@ -40,6 +35,9 @@ extended to support other languages.
4035
<https://github.com/bergercookie/vim-debugstring>; updated for the NeoVim
4136
generation. It:
4237

38+
- Supports 32 filetypes/programming languages out-of-the-box, including Python,
39+
JavaScript/TypeScript, Java, C/C++ and |debugprint.nvim-more|. It can also be
40+
extended to support other languages.
4341
- Includes reference information in each 'print line' such as file names, line
4442
numbers, a counter, and snippets of other lines to make it easier to
4543
cross-reference them in output.

0 commit comments

Comments
 (0)