File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
7879nnoremap <silent> K :call LanguageClient#textDocument_hover()<CR>
Original file line number Diff line number Diff 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
6162nnoremap <F5> :call LanguageClient_contextMenu()<CR>
You can’t perform that action at this time.
0 commit comments