Skip to content

Help with a docker compose set up #59

Answered by pedz
pedz asked this question in Q&A
Sep 29, 2022 · 4 comments · 2 replies
Discussion options

You must be logged in to vote

I wrote some lisp code for my particular set up.

(require 'lsp-docker)

;; In the lsp-mode directory (where lsp-mode.el lives) is a
;; subdirectory called "clients".  In there is a list of "clients".  I
;; can't figure these terms out BUT the list below is a list of these
;; "clients" that you want to be enabled inside the client / server /
;; THING that you are defining / creating.  In my case, as far as I
;; know, I want just the Solargraph "client".
;;
;; Actually this list is just a list of packages to `require' at the
;; time the THING is registered -- so... it is much ado about nothing?
(setq lsp-docker-client-packages
    '(lsp-solargraph))

;; From reading, I guess they call the e…

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@pedz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pedz
Comment options

You must be logged in to vote
1 reply
@factyy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants