-
Notifications
You must be signed in to change notification settings - Fork 305
Servers Hack
robz edited this page Mar 11, 2019
·
1 revision
Follow these steps to install hhvm, which will also install hh_client: https://docs.hhvm.com/hhvm/installation/introduction
if executable('hh_client')
au User lsp_setup call lsp#register_server({
\ 'name': 'hh_client',
\ 'cmd': {server_info->['hh_client', 'lsp']},
\ 'root_uri':{server_info->lsp#utils#path_to_uri(lsp#utils#find_nearest_parent_file_directory(lsp#utils#get_buffer_path(), '.hhconfig'))},
\ 'whitelist': ['php'],
\ })
endif