help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Working configs for rust, elixir, python and elm


From: Douglas Davis
Subject: Re: Working configs for rust, elixir, python and elm
Date: Sat, 19 Jan 2019 12:00:45 -0500

Hi,
Python related:
I've had a good experience using Eglot with python-language-server
(pyls). The setup is quite easy and I haven't had any roadblocks. I
use pyls with rope and pyflakes for formatting and linting, and black
(with pyls-black) for formatting. I rely on Anaconda for a scientific
python stack with different environments for different projects, so I
use .dir-locals.el to help the language server find the desired python
environment. I recently wrote a bit about it in a blog post:
https://ddavis.fyi/blog/eglot-python-ide/ where you can find the
configuration. I know Eglot handles rust as well (using rls), but I
don't have experience with it.
Cheers,
Doug



On Sat, Jan 19, 2019 at 10:02 AM Napoleon Ahiable <n_ahiable@yahoo.com> wrote:
>
> Hi, I'm looking for an emacs config that works and relies on the Microsoft 
> LSP for the following languages:
>
> elixir, elm, rust, python and elm
>
> At the moment I haven't found anything for elm but for the others I've tried 
> to set configs up but there are always issues that render then unusable for 
> me.
>
> Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]