Skip to content

Commit

Permalink
Disable tern.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Apr 16, 2015
1 parent 0890b1e commit 2dae473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if has('mac') && version > 702
\ 'enable_clang_complete': 1,
\ 'enable_jedi': 1,
\ 'enable_necoghc': 1,
\ 'enable_tern': 1,
\ 'enable_tern': 0,
\ 'enable_racer': 1,
\ }
let options.polyglot = {'enable_ghcmod': 1}
Expand Down

0 comments on commit 2dae473

Please sign in to comment.