Add support for Solargraph, a Ruby LSP

This commit is contained in:
Danielle McLean 2023-10-09 11:29:17 +11:00
parent 8d22d965b4
commit 87147d44a3
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -44,6 +44,14 @@ const lspServers = [
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',
filetype: 'vim',