Skip to content

lambdalisue/vim-http-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-protocol.vim

Allow opening a remote file with http:// or https:// format.

Note that this plugin conflicts with netrw.vim.

Supported formats

  • http://...
  • https://...

Requirements

One of the following commands must be available in your system.

  • curl
  • wget
  • pwsh (PowerShell)
  • powershell (PowerShell)

Usage

Users must disable netrw.vim to use this plugin.

let g:loaded_netrw = 1
let g:loaded_netrwPlugin       = 1
let g:loaded_netrwSettings     = 1
let g:loaded_netrwFileHandlers = 1

Then open a remote file with http:// or https:// format.

:e http://example.com

See also

License

The code in fern.vim follows MIT license texted in LICENSE. Contributors need to agree that any modifications sent in this repository follow the license.

About

Vim/Neovim plugin to support opening http:// or https:// without netrw.vim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published