Skip to content

Instantly share code, notes, and snippets.

@asm-jaime
Last active August 17, 2016 23:43
Show Gist options
  • Save asm-jaime/92d038c0c4acafcd9039e520e098aefa to your computer and use it in GitHub Desktop.
Save asm-jaime/92d038c0c4acafcd9039e520e098aefa to your computer and use it in GitHub Desktop.
.tern-project vim for node.js development
{
"ecmaVersion": 6,
"defs": [
"browser",
"ecma5",
"ecma6"
],
"dontLoad": [
"node_modules/**"
],
"libs": [
"browser",
"underscore",
"jquery",
"websocket"
],
"plugins": {
"node": true,
"doc_comment": {"fullDocs": true}
}
"loadEagerly": [
"~/PROJECTS/javascript/js_quiz/**/*.js"
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment