Skip to content

TheK4n/postman.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

postman.nvim

InstallUsage


Neovim plugin for executes shell commands from buffer

Install

{
    "thek4n/postman.nvim",
    config = function()
        vim.keymap.set("n", "<Leader>rl", '<cmd>PostmanExec<CR>')
    end
}

Usage

Command:
:PostmanExec
will execute shell commands from paragraph under cursor

curl
--get
https://127.0.0.1/api/2.0/user/123


curl
--data "hello"
https://127.0.0.1/api/2.0/user/123

echo
$HOME