Updated plugins and added vim-abolish

This commit is contained in:
amix
2017-05-26 11:30:32 +02:00
parent 85e105159e
commit 48a2c325c3
38 changed files with 1876 additions and 288 deletions

View File

@@ -1,7 +1,14 @@
# Shebang. Executing bash via /usr/bin/env makes scripts more portable.
snippet #!
#!/usr/bin/env sh
snippet s#!
#!/usr/bin/env sh
set -euo pipefail
snippet safe
set -euo pipefail
snippet bash
#!/usr/bin/env bash