-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi,
I've tried to install lsp-sonarlint
. I'm particularly interested in its Java
& JavaScript
components.
Following the README in this repo, I did:
- Install
lsp-sonarlint
in Emacs packages from MELPA - Complete my Emacs config file with
(require 'lsp-sonarlint)
(require 'lsp-sonarlint-javascript)
(setq lsp-sonarlint-javascript-enabled t)
(require 'lsp-sonarlint-java)
(setq lsp-sonarlint-java-enabled t)
But I get an error when starting Emacs:
File is missing: Cannot open load file, No such file or directory, lsp-sonarlint-javascript
You might have forgotten to give some steps in the install procedure in the README...
Could you please complete the README/docs so that a newbie like me can install a fully working Emacs + sonarlint
setup?
Thanks
choma
Metadata
Metadata
Assignees
Labels
No labels