update (almost) all taglines and descs
[webi-installers/.git] / vim-sensible / install.sh
1 #!/bin/bash
2
3 # title: vim-sensible
4 # homepage: https://github.com/tpope/vim-sensible
5 # tagline: |
6 #   Vim Sensible: sensible defaults for vim
7 # description: |
8 #   Think of sensible.vim as one step above 'nocompatible' mode: a universal set of defaults that (hopefully) everyone can agree on.
9 # examples: |
10 #
11 #   Installs to `$HOME/.vim/pack/plugins/start`.
12 #   It just works.
13 #
14
15 mkdir -p $HOME/.vim/pack/plugins/start
16 rm -rf $HOME/.vim/pack/plugins/start/sensible
17 git clone --depth=1 https://tpope.io/vim/sensible.git $HOME/.vim/pack/plugins/start/sensible