-
Notifications
You must be signed in to change notification settings - Fork 306
Servers Crystal
Jack.eco edited this page Feb 25, 2023
·
2 revisions
if executable('crystalline')
au User lsp_setup call lsp#register_server({
\ 'name': 'crystalline',
\ 'cmd': {server_info->['crystalline', '--stdio']},
\ 'whitelist': ['crystal'],
\ })
endif