1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:30:04 +08:00

Solargraph does not use .bat extension (#3469)

This commit is contained in:
Bernard Potocki 2020-04-28 03:04:49 +02:00 committed by GitHub
parent d28b54e80c
commit 7b9cf8e217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ let s:lsp_servers = {
\ 'scala' : ['metals-vim'],
\ 'sh' : ['bash-language-server', 'start'],
\ 'typescript' : ['typescript-language-server', '--stdio'],
\ 'ruby' : ['solargraph.BAT', 'stdio'],
\ 'ruby' : ['solargraph', 'stdio'],
\ 'vue' : ['vls']
\ }