-
Notifications
You must be signed in to change notification settings - Fork 105
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
Using with neovim #69
Comments
I just got deoplete auto-completion working with neovim using TernJS. First I roughly followed this guide to setup neovim as a javascript IDE. The lines I added to
It's worth noting I had to run
at this point TernJS started giving me JavaScript auto-completion. To get auto-completion for Screeps I cloned this repo to create
see the TurnJS Manual for more information. After that Auto-completion worked. I know I'm a little over 2 years late. Hopefully I have at least pointed anyone reading this in the right direction. I'm currently using Debian testing so if your on Windows or MacOS, I have zero idea if any of this even remotely helpful. But, I wish you luck. Edit: |
I'll also chime in with a solution that worked for me (in coc.nvim). I installed type definitions for Screeps using npm ( |
This installs screeps/screeps and not Garethp/ScreepsAutocomplete. It worked for me but it's an entirely different project. Two questions come to mind:
I know nothing about |
I have no idea, but I haven't done active development on this project in a long long time. The newer commits that you see are contributions from other people, which I welcome and do merge in. I can't say if my project is out of date or not because it's been a long time since I've played screeps
This project predates |
OK, thank you for clarifying that. Upon further investigation it seems both projects are up to date, they just install differently. |
Any pointers on how to use this with neovim? I am currently using deoplete as an auto-complete plugin, and I have LanguageClient that uses language server protocol (this is where I get javascript support from right now).
I am a little new with the above tools, and could use a little guidance. Also (neo)vim seems to be missing from your set of supported editors.
The text was updated successfully, but these errors were encountered: