Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

guskovd/emacs-solargraph

Repository files navigation

DEPRECATED!

let's use eglot or lsp-mode

emacs-solargraph

Ruby setup

install solargraph via:

gem install solargraph

or add 'solargraph' in you Gemfile.

start solargraph server:

solargraph server

Emacs setup

Clone this repository somewhere and add this directory to your load-path.

basic setup:

(require 'solargraph)
(define-key ruby-mode-map (kbd "M-i") 'solargraph:complete)

Autocomplete setup

(require 'ac-solargraph)
(define-key ruby-mode-map (kbd "M-i") 'ac-solargraph:complete)

Solargraph project: https://github.com/castwide/solargraph