Skip to content

elisp-lsp/ellsp

Repository files navigation

License: GPL v3 JCS-ELPA

Ellsp

Elisp Language Server

CI Elisp

This software is designed to be used with editors other than Emacs. If you are an Emacs user already, I prefer you use Emacs directly.

Here is the list of currently supported editors:

🖼️ Gallery

Completion

Hover

Signature Help

🔧 Prerequisites

Before installation, make sure you have all the following software installed!

💾 Installation

Add these lines to your Eask-file:

(source 'jcs-elpa)

(development
 (depends-on "ellsp"))

Then install the language server:

# Install ellsp package
$ eask install-deps --dev

# Install the language server
$ eask exec install-ellsp

To test to see if the server installed successfully, execute the following command:

Linux

$ eask exec ellsp-linux

macOS

$ eask exec ellsp-macos

Windows

$ eask exec ellsp-win.exe

If you see the following screen (no error), you successfully installed the language server! 🎉🥳

Updating environment variables... done v
Exporting environment variables... done v

🔊 P.S. Nothing output afterward because the language server is waiting for the language client to connect!

🔗 References

Contribute

PRs Welcome Elisp styleguide Donate on paypal Become a patron

If you would like to contribute to this project, you may either clone or make pull requests to this repository. Or you can clone the project and establish your branch of this tool. Any methods are welcome!

⚜️ License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

See LICENSE for details.