Open axelson opened 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:
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)
Describe the bug When starting emacs (using Spacemacs) I get the following error:
To Reproduce Steps to reproduce the behavior:
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
This is my configuration: