mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -200,10 +200,12 @@ snippet lld
|
||||
# snippets exception
|
||||
snippet try
|
||||
try {
|
||||
|
||||
|
||||
}catch(${1}) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
snippet af auto function
|
||||
auto ${1:name}(${2}) -> ${3:void}
|
||||
{
|
||||
${0}
|
||||
};
|
||||
|
Reference in New Issue
Block a user