burn the logs and use 'install.bash'
[webi-installers/.git] / vim-sensible / install.bash
diff --git a/vim-sensible/install.bash b/vim-sensible/install.bash
new file mode 100644 (file)
index 0000000..e19a75b
--- /dev/null
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# title: vim-sensible
+# homepage: https://github.com/tpope/vim-sensible
+# tagline: sensible defaults for vim
+# description: |
+#   Think of sensible.vim as one step above 'nocompatible' mode: a universal set of defaults that (hopefully) everyone can agree on.
+# examples: |
+#   N/A
+
+mkdir -p $HOME/.vim/pack/plugins/start
+rm -rf $HOME/.vim/pack/plugins/start/sensible
+git clone --depth=1 https://tpope.io/vim/sensible.git $HOME/.vim/pack/plugins/start/sensible