We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f181fb commit 3682b34Copy full SHA for 3682b34
doc/img-clip.nvim.txt
@@ -244,6 +244,15 @@ and the |img-clip.nvim-demonstration|
244
after insertion if use_cursor_in_template is
245
true.
246
---------------------------------------------------------------------------------------
247
+Templates can also be defined using functions with the above placeholders
248
+available as function parameters:
249
+
250
+>lua
251
+ template = function(context)
252
+ return ""
253
+ end
254
+<
255
256
257
DRAG AND DROP *img-clip.nvim-img-clip.nvim-drag-and-drop*
258
0 commit comments