X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=vim-sensible%2Finstall.bash;fp=vim-sensible%2Finstall.bash;h=0000000000000000000000000000000000000000;hb=5e0debf4c54c1e55476c1bc533c26db2b54d2f77;hp=e19a75bd7748d4c63a74c615342773f3cc96412f;hpb=969df21e47c4d8312925638739a23eef0c349e1c;p=webi-installers%2F.git diff --git a/vim-sensible/install.bash b/vim-sensible/install.bash deleted file mode 100644 index e19a75b..0000000 --- a/vim-sensible/install.bash +++ /dev/null @@ -1,13 +0,0 @@ -#!/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