You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reverts commit 48505a2.
We want to deprecate, but we don't want to point towards the DSL method
yet - since it looks like we might want to switch away again to a
`<Plug>` method: see #156
Copy file name to clipboardExpand all lines: README.md
+4-6
Original file line number
Diff line number
Diff line change
@@ -181,14 +181,12 @@ they are used to convert sections to ROT-13, which most folks don't use.
181
181
182
182
> [!WARNING]
183
183
> *Note*: as of version 2.0.0, the old mechanism of configuring keymaps/commands
184
-
> which specifically allowed for creating your own keymaps using
185
-
> `vim.keymap.set()` directly to
184
+
> which specifically allowed for mapping directly to
186
185
> `require('debugprint').debugprint(...)` is no longer officially supported or
187
186
> documented. This is primarily because of [confusion](https://github.com/andrewferrier/debugprint.nvim/issues/44#issuecomment-1896405231) which arose over how to do
188
-
> this mapping. Existing mappings performed this way may continue to work but
189
-
> will produce a deprecation warning.
190
-
> You should migrate to the new configuration-based method outlined
191
-
> [above](https://github.com/andrewferrier/debugprint.nvim?tab=readme-ov-file#keymappings-and-commands). If this doesn't give you the flexibility to map how you wish for some
187
+
> this mapping. Existing mappings performed this way are likely to continue to
188
+
> work for some time. You should, however, migrate over to the new method outlined
189
+
> above. If this doesn't give you the flexibility to map how you wish for some
0 commit comments