Skip to content

Instantly share code, notes, and snippets.

@waynelkh
Created January 24, 2016 14:13
Show Gist options
  • Save waynelkh/f67619061e8c5774e5ee to your computer and use it in GitHub Desktop.
Save waynelkh/f67619061e8c5774e5ee to your computer and use it in GitHub Desktop.
vim tern settings
{
"ecmaVersion": 6,
"libs": [],
"loadEagerly": [
"src/js/**/*.js",
"src/js/**/*.jsx"
],
"dontLoad": [
"node_modules/**"
],
"plugins": {
"complete_strings": {},
"node": {},
"requirejs": {},
"modules": {},
"es_modules": {},
"doc_comment": {
"fullDocs": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment