mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -17,7 +17,7 @@ ${1:name} :: ${2:Type} -> ${3:Type} | ||||
| endsnippet | ||||
|  | ||||
| snippet => "Type constraint" | ||||
| (${1:Class} ${2:Type var}) => ${3:$2} | ||||
| (${1:Class} ${2:a}) => $2 | ||||
| endsnippet | ||||
|  | ||||
| snippet def "Function definition" | ||||
| @ -50,7 +50,7 @@ snippet | "Guard" | ||||
| endsnippet | ||||
|  | ||||
| snippet \ "Lambda expression" | ||||
| \ ${1:pattern} -> ${2:expression} | ||||
| \\${1:pattern} -> ${2:expression} | ||||
| endsnippet | ||||
|  | ||||
| snippet [|] "List comprehension" | ||||
| @ -61,3 +61,8 @@ snippet let "let ... in ..." | ||||
| let ${1:name} = ${2:expression} | ||||
| in ${3:expression} | ||||
| endsnippet | ||||
|  | ||||
| snippet wh "where x = expression" | ||||
| where | ||||
| 	${1:name} = ${2:expression} | ||||
| endsnippet | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix