Getting Sublime Text 4 working with Elixir LSP
I'm running the latest versions of:
They are both installed by cloning the repo to get the latest versions:
(defun dotspacemacs/user-config () | |
"Configuration function for user code. | |
This function is called at the very end of Spacemacs initialization after | |
layers configuration. You are free to put any user code." | |
;; Add OS X Layer | |
(setq-default dotspacemacs-configuration-layers '(osx)) | |
) |
Getting Sublime Text 4 working with Elixir LSP
I'm running the latest versions of:
They are both installed by cloning the repo to get the latest versions: