mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins and added vim-markdown
This commit is contained in:
@ -42,13 +42,13 @@ snippet lettm "let mut variable declaration with explicit type annotation"
|
||||
snippet pri "print!"
|
||||
print!("${1}");
|
||||
snippet pri, "print! with format param"
|
||||
print!("${1}", ${2});
|
||||
print!("${1}{${2}}", ${3});
|
||||
snippet pln "println!"
|
||||
println!("${1}");
|
||||
snippet pln, "println! with format param"
|
||||
println!("${1}", ${2});
|
||||
println!("${1}{${2}}", ${3});
|
||||
snippet fmt "format!"
|
||||
format!("${1}", ${2});
|
||||
format!("${1}{${2}}", ${3});
|
||||
|
||||
# Modules
|
||||
snippet ec "extern crate"
|
||||
|
Reference in New Issue
Block a user