projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40c68af
)
add vim-sensible
author
AJ ONeal
<aj@therootcompany.com>
Mon, 27 Apr 2020 05:39:05 +0000
(
05:39
+0000)
committer
AJ ONeal
<aj@therootcompany.com>
Mon, 27 Apr 2020 05:39:05 +0000
(
05:39
+0000)
vim-sensible/vim-sensible.bash
[new file with mode: 0644]
patch
|
blob
diff --git a/vim-sensible/vim-sensible.bash
b/vim-sensible/vim-sensible.bash
new file mode 100644
(file)
index 0000000..
891fcaa
--- /dev/null
+++ b/
vim-sensible/vim-sensible.bash
@@ -0,0
+1,10
@@
+#!/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.
+
+mkdir -p $HOME/.vim/pack/plugins/start
+git clone --depth=1 https://tpope.io/vim/sensible.git $HOME/.vim/pack/plugins/start/sensible