Skip to content
Nakaya edited this page Oct 26, 2020 · 2 revisions

Installing Server

Follow these steps to install Scry: https://github.com/crystal-lang-tools/scry#installation

If you are archlinux user, you can also get from AUR.

Registering in .vimrc

if executable('scry')
    au User lsp_setup call lsp#register_server({
        \ 'name': 'scry',
        \ 'cmd': {server_info->['scry', '--stdio']},
        \ 'whitelist': ['crystal', 'ecrystal'],
        \ })
endif

Clone this wiki locally