-
-
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
Support for null-ls #49
Comments
Thanks for this. I've been having issues with autocompletion recently. Do you happen to have this working with neovim 0.7.2 and nim 1.7.1? The |
I'm using Neovim 0.7.2 and Nim 1.6.6 and the completion works, it's just very slow (just as the rest of nim.nvim). I haven't tried Nim 1.7, but I don't see why that would break it. |
I see, thanks! It must be something in my config then, or the fact that I'm on windows. Are you running it on Linux? Thanks again! |
Yes, I'm on GNU+Linux. Also tried it in Termux on Android. |
|
I managed to set up nim.nvim as a source for null-ls, which allows it to be used with any completion engine that supports LSP. Here's the code:
Simply put this in a Lua file and then
require
the file in the list of sources.The text was updated successfully, but these errors were encountered: