-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add lsp and code formatting support #1
base: master
Are you sure you want to change the base?
Conversation
Included two new capability: - lsp-aiken for aiken language support - aiken code formatting. Both capabilities require `aiken` to be in the $PATH
@ch1bo I looked into the current build process, and it didn't see a clean way of installing the required dependencies, namely
FYI, I already of this working locally and be happy to do a draft PR of the work over the weekend. |
@kayvank I'm not very familiar with how to distribute emacs packages best, especially in presence of dependencies. I would look at how other modes treat optional parts like lsp integration and formatting. Consequently, I don't have an opinion on As a user, I would be wanting to integrate all this into my doom emacs setup and IIRC this is using straight to manage dependencies. On a side note, doom emacs for example is not using Looking forward to give this a try once you mark this for review again :) |
Included two new capabilities:
Both capabilities require
aiken
to be in the $PATHTo verify
Follow the instructions in the README.md
Installation
section. Open anaiken
file. You should be greeted with the lsp::aiken-lsp message in the minibuffer.Next, you may proceed to test the
code formatting
of the entire file or a selected region