File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,15 @@ The keys in the configuration are used like this:
263
263
If it helps to understand these, you can look at the built-in configurations in
264
264
[ filetypes.lua] ( lua/debugprint/filetypes.lua ) .
265
265
266
+ ## Known Limitations
267
+
268
+ * ` debugprint ` does not handle deleting reformatted debug lines where a
269
+ formatter has split them across multiple lines. If you want to be able to easily
270
+ delete your debug lines using ` DeleteDebugPrints ` or similar, don't format your
271
+ file between inserting them and running this command. See [ this
272
+ issue] ( https://github.com/andrewferrier/debugprint.nvim/issues/119 ) for
273
+ discussion on this.
274
+
266
275
## Feature Comparison with Similar Plugins
267
276
268
277
(This table is quite wide, you may need to scroll horizontally)
You can’t perform that action at this time.
0 commit comments