Skip to content

Instantly share code, notes, and snippets.

@wata727
Created March 9, 2019 13:27
Show Gist options
  • Save wata727/92b0a374d254345c73298a1e73726db2 to your computer and use it in GitHub Desktop.
Save wata727/92b0a374d254345c73298a1e73726db2 to your computer and use it in GitHub Desktop.
(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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment