Trevoke / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
5 stars 2 forks source link

lsp-imenu unable to load #17

Open axelson opened 5 years ago

axelson commented 5 years ago

Describe the bug When starting emacs (using Spacemacs) I get the following error:

(Spacemacs) Error in dotspacemacs/user-config: Cannot open load file: No such file or directory, lsp-imenu

To Reproduce Steps to reproduce the behavior:

  1. Start Emacs

Setup Emacs 26.1

Additional context I think maybe we just need to lock the version of lsp-imenu? Would it make sense to add lsp-imenu to this list

;; Package-Requires: ((lsp-mode "4.2") (lsp-ui "20181001.1747") (elixir-mode "2.2.5") (dash "2.11.0") (emacs "24.4") (company "0.8.0") (pkg-info "0.4") (s "1.11.0"))

This is my configuration:

  (add-to-list 'load-path "~/config/repos/alchemist.el")
  (require 'alchemist-elixir-ls)
  (require 'alchemist-goto)
  (require 'alchemist)