8000 GitHub - bval/vim-plugins: repository to additional vim plugins as submodules for my dotfiles setup
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bval/vim-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

This repo is designed to provide additional vim plugins for use via Janus. Once Janus is installed and running, do the following:

$ git clone https://github.com/bval/vim-plugins ~/.janus
$ git submodule init && git submodule update
$ cd ~/.janus
$ gem install bundler
$ bundle install

This assumes you have a Ruby configuration that does not require sudo to install global gems. I do. If you want to use this pattern, look into rvm or rbenv or equivalent.

Contributing

To add new submodules:

$ cd ~/.janus
$ git submodule add https://github.com/org/vim-plugin-repo
$ git commit

Be sure to add any requisite gems for your vim plugins to the Gemfile and re-run bundle install if necessary.

About

repository to additional vim plugins as submodules for my dotfiles setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0