Skip to content

Instantly share code, notes, and snippets.

@rongyi
Forked from nisaacson/.tern-project
Created July 15, 2014 05:06
Show Gist options
  • Save rongyi/978e180f42232b83c7c2 to your computer and use it in GitHub Desktop.
Save rongyi/978e180f42232b83c7c2 to your computer and use it in GitHub Desktop.
{
"libs": [
"browser",
"underscore",
"jquery"
],
"plugins": {
"node": {}
}
}
"""""""""""""""""
" Tern settings
"""""""""""""""""
Bundle 'marijnh/tern_for_vim'
let g:tern_show_argument_hints='on_hold'
" and
let g:tern_map_keys=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment