This repository was archived by the owner on Feb 13, 2021. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
guskovd/emacs-solargraph
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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