Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vim-plugger

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vim-plugger

Vim plugins downloader

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

vim-plugger

A simplistic vim plugins downloader that presumes that you use pathogen. It's easier to use than git submodules and works faster than vundle (but doesn't have any of their features).

Usage

Create a bundle file:

var githubRefs = [
  'mileszs/ack.vim',
  'Lokaltog/vim-powerline',
  'chriskempson/base16-vim',
  'ap/vim-css-color',
  'tpope/vim-fugitive',
  'digitaltoad/vim-jade',
  'airblade/vim-gitgutter'
]

require('vim-plugger')(githubRefs, { cleanup: true });

Run it with node

node bundle.js

Keywords

FAQs

Package last updated on 19 Mar 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc