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 e427131 commit d8b6b03Copy full SHA for d8b6b03
doc/img-clip.nvim.txt
@@ -1,4 +1,4 @@
1
-*img-clip.nvim.txt* For NVIM v0.8.0 Last change: April 2025
+*img-clip.nvim.txt* For NVIM v0.8.0 Last change: June 2025
2
3
==============================================================================
4
Table of Contents *img-clip.nvim-table-of-contents*
@@ -127,6 +127,7 @@ below:
127
relative_template_path = true, ---@type boolean | fun(): boolean
128
use_cursor_in_template = true, ---@type boolean | fun(): boolean
129
insert_mode_after_paste = true, ---@type boolean | fun(): boolean
130
+ insert_template_after_cursor = true, ---@type boolean | fun(): boolean
131
132
-- prompt options
133
prompt_for_file_name = true, ---@type boolean | fun(): boolean
0 commit comments