Skip to content

editor-bootstrap/vim-bootstrap-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-bootstrap-updater

Status

This is a proof of concept!

Installation

  • vim-bootstrap is a prereq. Visit vim-bootstrap.com first and follow the instructions
  • curl is a prereq
  • Run :PlugInstall

Usage

Add something like :let vim_bootstrap_langs = "python,ruby,html,javascript" in side of your .vimrc.local file.

Also add something like :let vim_bootstrap_editor = "vim" in side of your .vimrc.local file.

Next, while in vim or nvim, just execute :VimBootstrapUpdate

License

See LICENSE

Thanks

This plugin was started using the awesome vim-plugin-starter-kit written by JarrodCTaylor.