mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
5 lines
87 B
VimL
5 lines
87 B
VimL
function! LspCheckCommand() abort
|
|
return lsp_settings#exec_path('tsgo')
|
|
endfunction
|
|
|