Elisp Language Server
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:
Before installation, make sure you have all the following software installed!
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:
$ eask exec ellsp-linux
$ eask exec ellsp-macos
$ 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!
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!
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.