emacs-lsp / lsp-docker

Scripts and configurations to leverage lsp-mode in docker environment
GNU General Public License v3.0
243 stars 34 forks source link

Prepare lsp-mode docker images with emacs native #17

Open yyoncho opened 4 years ago

yyoncho commented 4 years ago

Here it is what we can use as a base: https://hub.docker.com/r/andreacorallo/emacs-nativecomp

Goals:

  1. Promote emacs native support
  2. Make "ultimate speed" setup easier to try/test

We have to decide if we want to build them with melpa deps precompiled.

CC @AndreaCorallo

rnikoopour commented 4 years ago

Is there a repo hosting the Dockerfile?

AndreaCorallo commented 4 years ago

Hi,

Yes you can look it up here:

https://gitlab.com/koral/emacs-nativecomp-dockerfile/

As I'm a docker beginner may I ask why do you need that? Are you are going to make a doker derived from this just using from or a new one?