-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with vim(vim-lsp) #21
Comments
You install the package with |
This command is also useful for |
Interesting note: when I run that command in my terminal, here's what I get: /usr/racket/share/pkgs/gui-lib/framework/private/preferences.rkt:581:19: string-
constant: autoload-automatically-reload is not a known string constant
in: (string-constant autoload-automatically-reload)
location...:
/usr/racket/share/pkgs/gui-lib/framework/private/preferences.rkt:581:19
context...:
do-raise-syntax-error
/usr/racket/share/pkgs/string-constants-lib/string-constants/string-constant.
rkt:228:0: string-constant
apply-transformer-in-context
apply-transformer52
dispatch-transformer41
for-loop
[repeats 2 more times]
loop
[repeats 3 more times]
finish-expanding-body33
lambda-clause-expander
for-loop
[repeats 1 more time]
finish-bodys
lambda-clause-expander
loop
... I believe this is preventing it from working at all. Should I make a seperate issue for this? (I'd be happy to) Or perhaps did I miss a configuration step? EDIT: I was on racket 7.5 On racket 7.8 it's fine |
That problem is a mismatch between the |
Want to integrated with vim/vim-lsp.
I have no idea how to use this package.
May I ask where to start?
The text was updated successfully, but these errors were encountered: