Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 518 Bytes

company-mode completion back-end for inf-ruby buffers.

NOTE: Now that inf-ruby 2.4.0 supports completion-at-point, this backend is deprecated.

You don't need to install anything extra, company-capf will work with inf-ruby.

Installation

Install this from Marmalade.

Then, in addition to the usual company-mode setup, add this to your init file:

(eval-after-load 'company
  '(add-to-list 'company-backends 'company-inf-ruby))