Fixed issues addressed by @hlissner on #2549.
This commit is contained in:
parent
aefb0672b4
commit
2b47b1e99a
4 changed files with 67 additions and 23 deletions
|
@ -7,5 +7,7 @@
|
|||
(unless (executable-find "dart")
|
||||
(warn! "Dart isn't on PATH."))
|
||||
|
||||
(unless (file-readable-p lsp-dart-sdk-dir)
|
||||
(warn! "LSP Mode can't find lsp-dart-sdk-dir."))
|
||||
(when (featurep! +lsp)
|
||||
(require 'dart-mode)
|
||||
(unless (file-readable-p lsp-dart-sdk-dir)
|
||||
(warn! "LSP Mode can't find lsp-dart-sdk-dir.")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue