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:
parent
d28b54e80c
commit
7b9cf8e217
@ -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']
|
||||
\ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user