Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Feb 13, 2021. It is now read-only.

Ruby auto-completion for Emacs

NotificationsYou must be signed in to change notification settings

guskovd/emacs-solargraph

Repository files navigation

let's useeglot orlsp-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

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp