Skip to content

Commit ce02a86

Browse files
guilleiguaranautozimu
authored andcommitted
Add examples about how to configure for Ruby (#799)
1 parent 442a1a4 commit ce02a86

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

INSTALL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ let g:LanguageClient_serverCommands = {
7373
\ 'javascript': ['/usr/local/bin/javascript-typescript-stdio'],
7474
\ 'javascript.jsx': ['tcp://127.0.0.1:2089'],
7575
\ 'python': ['/usr/local/bin/pyls'],
76+
\ 'ruby': ['~/.rbenv/shims/solargraph', 'stdio'],
7677
\ }
7778
7879
nnoremap <silent> K :call LanguageClient#textDocument_hover()<CR>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ let g:LanguageClient_serverCommands = {
5656
\ 'javascript': ['/usr/local/bin/javascript-typescript-stdio'],
5757
\ 'javascript.jsx': ['tcp://127.0.0.1:2089'],
5858
\ 'python': ['/usr/local/bin/pyls'],
59+
\ 'ruby': ['~/.rbenv/shims/solargraph', 'stdio'],
5960
\ }
6061
6162
nnoremap <F5> :call LanguageClient_contextMenu()<CR>

0 commit comments

Comments
 (0)