iamcco / coc-post

post extension for coc.nvim
55 stars 1 forks source link

Allow a single-line `{METHOD} {URL}` #6

Closed Schniz closed 4 years ago

Schniz commented 4 years ago

This will support writing the following:

GET https://example.com

instead of

URL: https://example.com
Method: GET
iamcco commented 4 years ago

Thanks!!