Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/editor-bootstrap/vim-bootstrap-updater
vim-bootstrap plugin to upgrade
https://github.com/editor-bootstrap/vim-bootstrap-updater
vim vim-bootstrap vim-plugin
Last synced: 4 days ago
JSON representation
vim-bootstrap plugin to upgrade
- Host: GitHub
- URL: https://github.com/editor-bootstrap/vim-bootstrap-updater
- Owner: editor-bootstrap
- License: mit
- Created: 2014-09-02T01:54:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-07T18:04:05.000Z (about 3 years ago)
- Last Synced: 2024-04-14T09:42:41.600Z (7 months ago)
- Topics: vim, vim-bootstrap, vim-plugin
- Language: Vim script
- Homepage: http://vim-bootstrap.com/
- Size: 35.2 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# vim-bootstrap-updater
## Status
This is a proof of concept!
## Installation
- `vim-bootstrap` is a prereq. Visit [vim-bootstrap.com](https://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](/LICENSE)
## Thanks
This plugin was started using the awesome [vim-plugin-starter-kit](https://github.com/JarrodCTaylor/vim-plugin-starter-kit) written by [JarrodCTaylor](https://github.com/JarrodCTaylor).