eglot を clone した solargraph に接続する
Emacs で LSP を使ってるときにちょっと Language Server 側にパッチを当てたかった。
その際、git clone した Language Server (solargraph) に eglot を繋げるのに少し躓いたので自分用メモ。
接続手順
1. solargraph の起動
以下をターミナルで実行
$ git clone [email protected]:castwide/solargraph.git
$ cd solargraph
$ bundle exec solargraph socket --port "YOUR_PORT"
これで solargraph がローカルで立ち上がる。
確認はターミナルで top
コマンド等を実行すればOK。
(See: solargraph/using the solargraph executable)
2. eglot の起動
以下を Emacs で実行
(univarsal-argument
は、後に続くコマンドに argument を追加できるコマンド)
M-x univarsal-argument RET
M-x eglot RET
minibuffer 上で接続するプログラムを聞かれるので localhost:"YOUR_PORT"
と入力
これで eglot が solargraph に接続しにいく。
(See: eglot/conncting to a server)
動作確認
Mode Line 上に eglot
の文字列が現れれば接続成功!
おつかれさまでした。
Author And Source
この問題について(eglot を clone した solargraph に接続する), 我々は、より多くの情報をここで見つけました https://qiita.com/blue0513/items/4dceedbf9e65fef7db15著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .