ffccb17426
I have: - Revised the documentation to be more clear about the possible backends - Simplified the lsp setup code - Removed redundant loading of company-lsp (is done by lsp-mode already) - Made lsp the default backend for dart and mentioned that the analyser is deprecated
17 lines
462 B
EmacsLisp
17 lines
462 B
EmacsLisp
;;; config.el --- dart Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2018 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
|
|
"The backend to use for IDE features.
|
|
Possible values are `analyzer' and `lsp'.")
|