mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-20 12:36:19 +00:00
add vim-sensible
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user