add vim-sensible

This commit is contained in:
AJ ONeal
2020-04-27 05:39:05 +00:00
parent 40c68aff32
commit 20006a53d7
+10
View File
@@ -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