AdamNiederer / vue-html-mode

A major mode for editing vue templates
GNU General Public License v3.0
25 stars 3 forks source link

how to install in spacemacs? #1

Closed yunhor closed 7 years ago

yunhor commented 7 years ago

When I install vue-html-mode in spacemacs and reload spacemacs,it will be removed.Would you tell me how to use vue-html-mode in spacemacs? Thank you!

AdamNiederer commented 7 years ago

I've tested this with multiple packages in spacemacs; this appears to be an issue with spacemacs, rather than this package.

richarddewit commented 7 years ago

@yunhor add it to dotspacemacs-additional-packages in your .spacemacs file, like this:

   ;; List of additional packages that will be installed without being
   ;; wrapped in a layer. If you need some configuration for these
   ;; packages, then consider creating a layer. You can also put the
   ;; configuration in `dotspacemacs/user-config'.
   dotspacemacs-additional-packages '(some-other-package
                                      vue-html-mode)