mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2026-05-30 11:18:40 +02:00
4 lines
85 B
VimL
4 lines
85 B
VimL
function! LspCheckCommand() abort
|
|
return lsp_settings#exec_path('slp')
|
|
endfunction
|