Skip to content

Instantly share code, notes, and snippets.

@adeluccar
Forked from nisaacson/.tern-project
Created July 17, 2017 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeluccar/ae5ca9099308b6312f12283340485a88 to your computer and use it in GitHub Desktop.
Save adeluccar/ae5ca9099308b6312f12283340485a88 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