diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Reformat output response by using json_pp #92

Closed thanhvang99 closed 4 years ago

thanhvang99 commented 4 years ago

Using json_pp to make format output response friendly. Install json_pp for MacOS: brew install json_pp After installation json_pp, modify code at line 747 in file rest.vim like that:

image

Hope you enjoy it!

emaniacs commented 4 years ago

i create pr for feature like this.

93