1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 01:25:00 +08:00

Updated plugins. Removed the tabstop merge that 010c2940ce introduced

This commit is contained in:
amix
2014-10-14 14:30:33 +01:00
parent d283422444
commit fe77d23852
99 changed files with 1142 additions and 359 deletions

View File

@ -3,7 +3,7 @@ snippet ex
module.exports = ${1};
# require
snippet re
var ${1} = require("${2:module_name}");
var ${1} = require('${2:module_name}');
# EventEmitter
snippet on
on('${1:event_name}', function(${2:stream}) {
@ -47,4 +47,3 @@ snippet stdout
process.stdout
snippet stderr
process.stderr