mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Fix checker for cl-lsp
This commit is contained in:
@@ -3,6 +3,6 @@ function! LspCheckCommand() abort
|
|||||||
if !filereadable(l:command)
|
if !filereadable(l:command)
|
||||||
return ''
|
return ''
|
||||||
endif
|
endif
|
||||||
call lsp_settings#set('cl-lsp', 'cmd', l:command)
|
call lsp_settings#set('cl-lsp', 'cmd', ['ros', '-Q', '--', l:command])
|
||||||
return l:command
|
return l:command
|
||||||
endfunction
|
endfunction
|
||||||
|
|||||||
Reference in New Issue
Block a user