4 lines
85 B
VimL
4 lines
85 B
VimL
function! LspCheckCommand() abort
|
|
return lsp_settings#exec_path('slp')
|
|
endfunction
|