spacemacs/layers/+lang/dart/config.el

18 lines
462 B
EmacsLisp
Raw Normal View History

;;; config.el --- dart Layer configuration File for Spacemacs
;;
2021-03-22 20:11:29 +00:00
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
;;
;; Author: Bruno Tavares <connect+spacemacs@bltavares.com>
;; URL: https://github.com/syl20bnr/spacemacs
;;
;; This file is not part of GNU Emacs.
;;
;;; License: GPLv3
;; Variables
(spacemacs|define-jump-handlers dart-mode)
(defvar dart-backend 'lsp
2019-12-17 05:53:49 +00:00
"The backend to use for IDE features.
Possible values are `analyzer' and `lsp'.")