Closed kodyvajjha closed 6 months ago
Oh, that hasn't existed for a while. I realised 99% of people no longer use emacs so I started switching to a editor independent LSP implementation, but I haven't had the time to get it into a polished state.
I should probably remove those commands from the .el
file. Right now the emacs-mode is effectively just the basics with syntax highlighting.
That's good to know, thanks! Could you suggest what a good development workflow loop for writing a spec would be like? How do you incrementally test out specs that you write?
You can use sail --just-check <files>
to only typecheck. sail -i <files>
gives a REPL. I would use a makefile to set up utility targets to run those commands.
Thanks! Looking forward to the LSP. Closing this for now.
I followed the instructions here and installed sail via opam. However I can't find an
-emacs
flag which supposedly is needed by the sail emacs mode. I guess there is something basic that I am missing, could I please get some help?Here is the entire output of
sail --help
: