Skip to content

Commit

Permalink
docs: Limitation around deleting reformatted lines - closes #119
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Oct 2, 2024
1 parent 1adafb2 commit 8bbfc80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,15 @@ The keys in the configuration are used like this:
If it helps to understand these, you can look at the built-in configurations in
[filetypes.lua](lua/debugprint/filetypes.lua).

## Known Limitations

* `debugprint` does not handle deleting reformatted debug lines where a
formatter has split them across multiple lines. If you want to be able to easily
delete your debug lines using `DeleteDebugPrints` or similar, don't format your
file between inserting them and running this command. See [this
issue](https://github.com/andrewferrier/debugprint.nvim/issues/119) for
discussion on this.

## Feature Comparison with Similar Plugins

(This table is quite wide, you may need to scroll horizontally)
Expand Down

0 comments on commit 8bbfc80

Please sign in to comment.