spacemacs/layers/+frameworks/vue/config.el
Thanh Vuong 088a036979 Vue layer
Thanks to sei40kr, duianto and others involved in
https://github.com/thanhvg/vue/issues for contribution
2019-12-07 19:24:31 +01:00

17 lines
438 B
EmacsLisp

;;; config.el --- vue layer config file for Spacemacs. -*- lexical-binding: t -*-
;;
;; Copyright (c) 2012-2019 Sylvain Benner & Contributors
;;
;; Author: Thanh Vuong <thanhvg@gmail.com>
;; URL: https://github.com/thanhvg
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
(defvar vue-backend 'dumb
"The backend to use for IDE features. Possible values are `dumb' and `lsp'.")
(spacemacs|define-jump-handlers vue-mode)