58e342f242
The dart layer requires the official LSP server as the emacs mode alternative is not longer properly maintained. Therefore I have added some more description of how to install the server properly and let the layer load the LSP layer automatically. In addition I have removed the unsupported variable `dart-server-enable-analysis-server` from the documentation. See https://github.com/bradyt/dart-mode/wiki/LSP for details.
12 lines
330 B
EmacsLisp
12 lines
330 B
EmacsLisp
;;; layers.el --- Dart Layer declarations File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2019 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; URL: https://github.com/syl20bnr/spacemacs
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; License: GPLv3
|
|
|
|
(configuration-layer/declare-layer 'lsp)
|