feat: allow overriding img_paste options (#1827)
This commit is contained in:
@@ -42,7 +42,7 @@ function M.paste_image(line)
|
||||
dir_path = paste_directory:absolute(),
|
||||
prompt_for_file_name = false,
|
||||
filetypes = {
|
||||
AvanteInput = { url_encode_path = true, template = "\nimage: $FILE_PATH\n" },
|
||||
AvanteInput = Config.img_paste,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user