Skip to content
forked from iamcco/coc-post

post extension for coc.nvim

Notifications You must be signed in to change notification settings

Schniz/coc-post

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

post extension for coc

Postman for coc.nvim

image

Install

CocInstall coc-post

Usage

autocomple request header in post file

Command:

  • post.do do request of current post file
  • post.new create a new post file

List:

  • CocList post show all post files

Config

"post.enable": {
  "type": "boolean",
  "default": true,
  "description": "enable this extension?"
},
"post.detect": {
  "type": "boolean",
  "default": true,
  "description": "is enable detect filetype for *.post file"
},
"post.root": {
  "type": "string",
  "default": "~/.coc-post",
  "description": "directory to save post file with post.new command"
},
"post.agent": {
  "type": "string",
  "default": "",
  "description": "Proxy agent, format like: http://168.63.76.32:3128"
}

Buy Me A Coffee ☕️

btc

image

About

post extension for coc.nvim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%