From 8bbfc8039c791889b670c4c0134e6a654e1fb758 Mon Sep 17 00:00:00 2001 From: Andrew Ferrier <107015+andrewferrier@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:18:29 +0100 Subject: [PATCH] docs: Limitation around deleting reformatted lines - closes #119 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 18288e3..ac8aaff 100644 --- a/README.md +++ b/README.md @@ -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)