Replies: 3 comments 2 replies
-
Please post your .spacemacs |
Beta Was this translation helpful? Give feedback.
0 replies
-
https://gist.github.com/bobdobbs/a5cdf858293a6f72d65e235d3567cd9f |
Beta Was this translation helpful? Give feedback.
0 replies
-
First,
They are not valid Lisp expressions. Second, all user configuration should not pass the last line of |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got the javascript layer running and have installed lsp-mode
In order to set up lsp-mode, I've been following the documention provided here:
https://develop.spacemacs.org/layers/+lang/javascript/README.html#backends
Following the documentation, I've added these lines to my spacemacs config.
(I've also tried removing them my spacemacs file and moving them to ~/.emacs.d/init.el. This gets the same results)
Starting spacemacs with --debug-init yields this message:
Debugger entered--Lisp error: (invalid-function (js2-mode (javascript-backend . lsp)))
The full message is as follows
Beta Was this translation helpful? Give feedback.
All reactions