mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins and added vim-abolish
This commit is contained in:
		| @ -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 | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix