I broke up with neovim....vim is my best friend now
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function! LspCheckCommand() abort
|
||||
call system('perl -e "use Perl::LanguageServer"')
|
||||
if v:shell_error
|
||||
return ''
|
||||
endif
|
||||
return 'perl -MPerl::LanguageServer -e "Perl::LanguageServer->run"'
|
||||
endfunction
|
||||
Reference in New Issue
Block a user