mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins
This commit is contained in:
@ -16,6 +16,10 @@ snippet =>
|
||||
(${0}) => {
|
||||
${1}
|
||||
}
|
||||
snippet af
|
||||
(${0}) => {
|
||||
${1}
|
||||
}
|
||||
snippet sym
|
||||
const ${0} = Symbol('${1}');
|
||||
snippet ed
|
||||
|
Reference in New Issue
Block a user