Skip to content

Commit

Permalink
fix: update img-clip plugin config for new version (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman9das authored Feb 23, 2024
1 parent cb64ee7 commit d62b8a9
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions lua/plugins/quarto.lua
Original file line number Diff line number Diff line change
Expand Up @@ -710,18 +710,20 @@ return {
"HakonHarnes/img-clip.nvim",
event = "BufEnter",
opts = {
markdown = {
url_encode_path = true,
template = "![$CURSOR]($FILE_PATH)",
drag_and_drop = {
download_images = false,
filetypes = {
markdown = {
url_encode_path = true,
template = "![$CURSOR]($FILE_PATH)",
drag_and_drop = {
download_images = false,
},
},
},
quarto = {
url_encode_path = true,
template = "![$CURSOR]($FILE_PATH)",
drag_and_drop = {
download_images = false,
quarto = {
url_encode_path = true,
template = "![$CURSOR]($FILE_PATH)",
drag_and_drop = {
download_images = false,
},
},
},
},
Expand Down

0 comments on commit d62b8a9

Please sign in to comment.