Skip to content

Commit e7e29f0

Browse files
chore(build): auto-generate vimdoc (#138)
1 parent 5df61f9 commit e7e29f0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

doc/img-clip.nvim.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*img-clip.nvim.txt* For NVIM v0.8.0 Last change: August 2025
1+
*img-clip.nvim.txt* For NVIM v0.8.0 Last change: October 2025
22

33
==============================================================================
44
Table of Contents *img-clip.nvim-table-of-contents*
@@ -77,9 +77,9 @@ COMMANDS ~
7777

7878
The plugin comes with the following commands:
7979

80-
- `PasteImage`Pastes an image form the system clipboard
81-
- `ImgClipDebug`Prints the debug log, including the output of shell commands
82-
- `ImgClipConfig`Prints the current configuration
80+
- `PasteImage`: Pastes an image form the system clipboard
81+
- `ImgClipDebug`: Prints the debug log, including the output of shell commands
82+
- `ImgClipConfig`: Prints the current configuration
8383

8484

8585
[!TIP] Consider binding `PasteImage` to something like `<leader>p`.
@@ -141,6 +141,7 @@ below:
141141
process_cmd = "", ---@type string | fun(): string
142142
copy_images = false, ---@type boolean | fun(): boolean
143143
download_images = true, ---@type boolean | fun(): boolean
144+
formats = { "jpeg", "jpg", "png" }, ---@type string[]
144145

145146
-- drag and drop options
146147
drag_and_drop = {
@@ -177,6 +178,8 @@ below:
177178
\label{fig:$LABEL}
178179
\end{figure}
179180
]], ---@type string | fun(context: table): string
181+
182+
formats = { "jpeg", "jpg", "png", "pdf" }, ---@type table
180183
},
181184

182185
typst = {
@@ -395,12 +398,12 @@ TEMPLATES ~
395398

396399
Templates in the plugin use placeholders that are dynamically replaced with the
397400
correct values at runtime. For available placeholders, see the following table
398-
and the |img-clip.nvim-demonstration|
401+
and the |img-clip.nvim-demonstration|:
399402

400403
---------------------------------------------------------------------------------------
401404
Placeholder Description Example
402405
------------------- ---------------------------------------------- --------------------
403-
$FILE_NAME Filename, including its extension. image.png
406+
$FILE_NAME File name, including its extension. image.png
404407

405408
$FILE_NAME_NO_EXT File name, excluding its extension. image
406409

0 commit comments

Comments
 (0)