Skip to content

Instantly share code, notes, and snippets.

@daltonnyx
Forked from nisaacson/.tern-project
Created June 18, 2017 18:54
Show Gist options
  • Save daltonnyx/dfc53ee050133940922b6d837cfda3ba to your computer and use it in GitHub Desktop.
Save daltonnyx/dfc53ee050133940922b6d837cfda3ba 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