Skip to content

bayne/vim-dot-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-dot-http

dot-http support for vim

screenshot

Description

Features:

  • Syntax highlighting for .http files
  • Run request under cursor
  • Response output displayed in scratch buffer

Installation

# vim 8 native package loading
# http://vimhelp.appspot.com/repeat.txt.html#packages
git clone https://github.com/bayne/vim-dot-http.git ~/.vim/pack/my-packages/start/vim-dot-http

Usage

Running :DotHttp will invoke dot-http on the line that the cursor is currently on. The response output will be displayed in a scratch buffer.

Set the current environment by setting the environment variable

let g:dot_http_env = 'dev'

About

dot-http support for vim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published