spacemacs/layers/+frameworks/vue/config.el

17 lines
438 B
EmacsLisp
Raw Normal View History

;;; config.el --- vue layer config file for Spacemacs. -*- lexical-binding: t -*-
;;
2020-09-16 21:34:40 +00:00
;; Copyright (c) 2012-2020 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)