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)
|
||||
return ''
|
||||
endif
|
||||
call lsp_settings#set('cl-lsp', 'cmd', l:command)
|
||||
call lsp_settings#set('cl-lsp', 'cmd', ['ros', '-Q', '--', l:command])
|
||||
return l:command
|
||||
endfunction
|
||||
|
||||
Reference in New Issue
Block a user