mirror of
https://github.com/amix/vimrc
synced 2025-06-29 19:34:59 +08:00
Updated plugins
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
snippet af
|
||||
(${1}) {${2}}${0}
|
||||
snippet pr
|
||||
print(${1});
|
||||
snippet deb
|
||||
debugger();
|
||||
${0}
|
||||
snippet lib
|
||||
library ${1};
|
||||
${0}
|
||||
|
Reference in New Issue
Block a user