Skip to content

Commit 83b8255

Browse files
committed
docs: Simplify wording
1 parent 1ddab3c commit 83b8255

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
## Overview
44

5-
`debugprint` is a plugin for NeoVim that simplifies debugging for those who
6-
prefer a low-tech approach. While using a real debugger like
7-
[nvim-dap](https://github.com/mfussenegger/nvim-dap) is the gold standard for
8-
debugging a script or program, some prefer the use of the 'print' statement to
9-
trace the output during execution. `debugprint` allows quick insertion of
10-
appropriate 'print' statements based on the language being edited, including
11-
reference information to locate them quickly in output, as well as being able to
12-
output the values of variables.
5+
`debugprint` is a NeoVim plugin that simplifies debugging for those who prefer a
6+
low-tech approach. Instead of using a sophisticated debugger like
7+
[nvim-dap](https://github.com/mfussenegger/nvim-dap), some people prefer using
8+
the 'print' statement to trace the output during execution. With `debugprint`,
9+
you can easily insert appropriate 'print' statements relevant to the language
10+
you're editing. These statements include reference information for quick output
11+
navigation and the ability to output variable values.
1312

1413
`debugprint` supports the following filetypes/programming languages out-of-the-box:
1514

0 commit comments

Comments
 (0)