-
Notifications
You must be signed in to change notification settings - Fork 305
Racket
shiyan lim edited this page Jan 6, 2023
·
1 revision
Use package manager from the linux distribution you are using to install racket
Go to website and download racket
raco pkg install racket-langserver
if (executable('racket'))
au User lsp_setup call lsp#register_server({
\ 'name': 'racket',
\ 'cmd': {server_info->[&shell, &shellcmdflag, 'racket -l racket-langserver']},
\ 'allowlist': ['racket']
\ })
endif