mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
4 lines
88 B
VimL
4 lines
88 B
VimL
function! LspCheckCommand() abort
|
|
return lsp_settings#exec_path('slp.pl')
|
|
endfunction
|