eglot을 clone 된 solargraph에 연결
1838 단어 eglotsolargraphLSPEmacs
그 때, 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/connecting to a server )
동작 확인
Mode Line 위에
eglot
의 문자열이 나타나면 연결 성공!미안해.
Reference
이 문제에 관하여(eglot을 clone 된 solargraph에 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/blue0513/items/4dceedbf9e65fef7db15텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)