Skip to content

Commit

Permalink
added after directory to override runtime ftplugin and created menus
Browse files Browse the repository at this point in the history
  • Loading branch information
snj33v authored and marijnh committed Apr 30, 2013
1 parent f317189 commit e2f9c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions after/ftplugin/javascript_tern.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
call tern#Enable()

" Menu
menu <silent> Tern.Jump\ To\ Defintion :TernDef<CR>
menu <silent> Tern.See\ Documentation :TernDoc<CR>
menu <silent> Tern.DataType :TernType <CR>
menu <silent> Tern.Show\ all\ References :TernRefs<CR>
menu <silent> Tern.Rename :TernRename <CR>
1 change: 0 additions & 1 deletion ftplugin/javascript_tern.vim

This file was deleted.

0 comments on commit e2f9c49

Please sign in to comment.