Improve dart lang module (#2895)
* Use lsp-dart * Add hover to +flutter flag * Update README * Fixes
This commit is contained in:
parent
1d6f0b3e44
commit
afefce8560
4 changed files with 21 additions and 10 deletions
|
@ -6,8 +6,3 @@
|
|||
|
||||
(unless (executable-find "dart")
|
||||
(warn! "Dart isn't on PATH."))
|
||||
|
||||
(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