fix(dart): remove hardcoded path to flutter SDK
Instead, flutter.el looks for the executable in PATH.
This commit is contained in:
parent
012b97fafb
commit
3231db863c
1 changed files with 0 additions and 3 deletions
|
@ -4,9 +4,6 @@
|
||||||
:when (featurep! +lsp)
|
:when (featurep! +lsp)
|
||||||
:hook (dart-mode-local-vars . lsp!)
|
:hook (dart-mode-local-vars . lsp!)
|
||||||
:config
|
:config
|
||||||
(when (and (featurep! +flutter) IS-LINUX)
|
|
||||||
(when-let (path (doom-glob "/opt/flutter/bin/cache/dart-sdk"))
|
|
||||||
(setq flutter-sdk-path (car path))))
|
|
||||||
(set-ligatures! '(dart-mode)
|
(set-ligatures! '(dart-mode)
|
||||||
;; Functional
|
;; Functional
|
||||||
:def "Function"
|
:def "Function"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue