mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
add vim-beyondcode (meta package)
This commit is contained in:
26
vim-beyondcode/README.md
Normal file
26
vim-beyondcode/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: vim-beyondcode
|
||||
homepage: https://webinstall.dev/vim-beyondcode
|
||||
tagline: |
|
||||
meta package for vim settings recommended for Beyond Code Bootcamp
|
||||
---
|
||||
|
||||
To update (replacing the current version) run `webi vim-beyondcode`.
|
||||
|
||||
## Cheat Sheet
|
||||
|
||||
> A collection of extremely useful plugins and very simple one-line changes to
|
||||
> vim's default settings.
|
||||
|
||||
This meta package will install the full set of recommended plugins and setting
|
||||
changes for [Beyond Code Bootcamp](https://beyondcodebootcamp.com) students.
|
||||
|
||||
It includes many of the vim plugins available on webinstall.dev such as:
|
||||
|
||||
- [vim-shell](/vim-shell)
|
||||
- [vim-sensible](/vim-sensible)
|
||||
- [vim-spell](/vim-spell)
|
||||
- [vim-lastplace](/vim-lastplace)
|
||||
- [vim-viminfo](/vim-viminfo)
|
||||
- [vim-syntastic](/vim-syntastic)
|
||||
- [vim-prettier](/vim-prettier)
|
||||
8
vim-beyondcode/install.sh
Normal file
8
vim-beyondcode/install.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
webi \
|
||||
vim-shell \
|
||||
vim-sensible \
|
||||
vim-spell \
|
||||
vim-viminfo \
|
||||
vim-lastplace \
|
||||
vim-syntastic \
|
||||
vim-prettier
|
||||
Reference in New Issue
Block a user