-
Notifications
You must be signed in to change notification settings - Fork 12
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
ElmCast/elm-vim may be unmaintained #1
Comments
Most functionality has become useless after the transition to elm (vs elm-make, elm-repel etc). What do work is indentation and colour scheme (maybe more) |
Would be great if we could give some attention to one of the forks still being maintained. I will follow the one you linked to, if they have an interest in keeping at least base functionality up to date |
https://github.com/Zaptic/elm-vim readme states:
Considering that Maybe it is time to update the readme so that it points to @Zaptic' fork? |
I have not looked into #6 deeply, but they say that is the more updated version. |
Hi there,
my understanding is that the vim plugin
ElmCast/elm-vim
is currently not maintained. I'm not sure to which degree its features are currently working or broken. Some of its core features rely onelm-oracle
anddeoplete-elm
- both broken since elm 0.19. (This may also be relevant for other plugins listed here and completion inelm-mode
for emacs is therefore not working).Code Frequency
Issues
See issues like
Alternatives
Forks
There exist forks of ElmCast/elm-vim like https://github.com/Zaptic/elm-vim
Elm Language Server
There is
elm-language-server
which can be used with many editors and instructions for vim clients. I would personally recommend this approach and collected a list of instructions how to setup tooling in elm-tooling/elm-vim.Ale
dense-analysis/ale
contains an elm make (only) linterThe text was updated successfully, but these errors were encountered: