Skip to content

Instantly share code, notes, and snippets.

@zer09
Forked from nisaacson/.tern-project
Created December 22, 2017 06:16
Show Gist options
  • Save zer09/fca4e63117dba88ad6d4e3e9f643c650 to your computer and use it in GitHub Desktop.
Save zer09/fca4e63117dba88ad6d4e3e9f643c650 to your computer and use it in GitHub Desktop.
Use tern with vim for node.js development.
{
"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