Add support for Solargraph, a Ruby LSP
This commit is contained in:
parent
8d22d965b4
commit
87147d44a3
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ const lspServers = [
|
||||||
install: ['brew', 'install', 'python-lsp-server'],
|
install: ['brew', 'install', 'python-lsp-server'],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
name: 'solargraph',
|
||||||
|
filetype: 'ruby',
|
||||||
|
path: '/usr/local/bin/solargraph',
|
||||||
|
args: ['stdio'],
|
||||||
|
install: ['brew', 'install', 'solargraph'],
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: 'vim-language-server',
|
name: 'vim-language-server',
|
||||||
filetype: 'vim',
|
filetype: 'vim',
|
||||||
|
|
Loading…
Reference in a new issue