coc-picgo
July 10, 2020 ยท View on GitHub
PicGo extension for coc.nvim, forked from vs-picgo
Install
:CocInstall coc-picgo
Features
Uploading an image from clipboard
Uploading images from input box
Use selection text as the uploaded fileName
Notice: These characters: \$, :, /, ? and newline will be ignored in the image name. (Because they are invalid for file names.)
Usage
xmap <leader>a <Plug>(coc-codeaction-selected)
nmap <leader>a <Plug>(coc-codeaction-selected)
License
MIT
This extension is created by create-coc-extension