-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
No autocompletion on neovim with nvim-lspconfig #89
Comments
Hello, I would like to help with this. I'm on crystal 1.14.0, LLVM: 18.1.8 with crystalline built from 4bac680 Here's what I have with LSPInfo: As for LSP log it's empty. The config is the default given by nvim-lspconfig: Could you tell me how should I troubleshoot? |
Also there's even more weird behavior as this LSP delete some of my code on save when save-on-format is enabled with some other plugins on neovim. |
Here's a tmp fix so I can see linting, I'm still having issues with auto formatting/auto completion , though. lspconfig.crystalline.setup {
cmd = { "crystalline", "--stdio" },
} |
Hi I have the same problem with lsp based autoformat so I start using vim-crystal for auto format:
add vim-crystal in lazy:
and disable
|
Hello, thanks, that works now. Only thing that is broken is autocompletion now. EDIT: it looks like we actually do have auto completion. It's just the quality of autocompletion is pretty bad. |
It seems to work in the main source file but in others it works quite randomly |
I've tried to use crystalline multiple times on neovim with nvim-lspconfig, and I get no autocomplete. Is there any information on troubleshooting crystalline?
The text was updated successfully, but these errors were encountered: