From 77866561937dbc35454a02deb6e452320f5ba53d Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 15 Mar 2021 21:47:07 +0000 Subject: [PATCH] add vim-standard (meta package) --- vim-standard/README.md | 26 ++++++++++++++++++++++++++ vim-standard/install.sh | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 vim-standard/README.md create mode 100644 vim-standard/install.sh diff --git a/vim-standard/README.md b/vim-standard/README.md new file mode 100644 index 0000000..84afe91 --- /dev/null +++ b/vim-standard/README.md @@ -0,0 +1,26 @@ +--- +title: vim-standard +homepage: https://webinstall.dev/vim-standard +tagline: | + meta package for our recommended vim plugins and settings +--- + +To update (replacing the current version) run `webi vim-standard`. + +## 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 plugins and settings we +recommended. + +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) diff --git a/vim-standard/install.sh b/vim-standard/install.sh new file mode 100644 index 0000000..6e96ab0 --- /dev/null +++ b/vim-standard/install.sh @@ -0,0 +1,8 @@ +webi \ + vim-shell \ + vim-sensible \ + vim-spell \ + vim-viminfo \ + vim-lastplace \ + vim-syntastic \ + vim-prettier -- 2.25.1