Skip to content

Instantly share code, notes, and snippets.

View soutaro's full-sized avatar

Soutaro Matsumoto soutaro

View GitHub Profile
(require 'lsp-mode)
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection '("bundle" "exec" "steep" "langserver"))
:major-modes '(ruby-mode enh-ruby-mode)
:priority -2
:server-id 'steep-ls))
(add-hook 'ruby-mode-hook #'lsp)