ekickx / clipboard-image.nvim

Neovim Lua plugin to paste image from clipboard.
MIT License
313 stars 51 forks source link

fix: command quote surround string format specifier #18

Closed axieax closed 2 years ago

axieax commented 2 years ago

Spaces in image directory names cause the path to be unexpectedly truncated. This fix ensures that the full string returned from the config (including spaces) is captured.

ekickx commented 2 years ago

Merged