rossabaker / lsp-scala

Scala support for lsp-mode using metals
GNU General Public License v3.0
49 stars 6 forks source link

Make work with unstable MELPA versions of lsp-mode #14

Closed rossabaker closed 5 years ago

rossabaker commented 5 years ago

Calls 'lsp-register-client after 'lsp is loaded. On MELPA stable, this symbol doesn't exist. Still calls the legacy `lsp-enable-scala, so the same package works on both MELPA stable and unstable.

Cleaned up some issues with flycheck so we can submit to MELPA.

Subsumes #9.

/cc @coreyoconnor @olafurpg