mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	Updated plugins
This commit is contained in:
		| @ -25,7 +25,7 @@ snippet bench "Bench function" b | ||||
| 	} | ||||
| snippet new "Constructor function" | ||||
| 	pub fn new(${2}) -> ${1:Name} { | ||||
| 		$1 { ${3} }; | ||||
| 		$1 { ${3} } | ||||
| 	} | ||||
| snippet main "Main function" | ||||
| 	pub fn main() { | ||||
| @ -143,7 +143,7 @@ snippet stn "Struct with new constructor" | ||||
|  | ||||
| 	impl $1 { | ||||
| 		pub fn new(${2}) -> $1 { | ||||
| 			$1 { ${3} }; | ||||
| 			$1 { ${3} } | ||||
| 		} | ||||
| 	} | ||||
| snippet type "Type alias" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 amix
					amix