File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,14 @@ Running a test interactively:
5959
6060![ test] ( https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/run-test.gif )
6161
62+ ### Flutter colors
63+
64+ Display the flutter colors on left fringe.
65+
66+ ![ flutter-fringe-colors] ( https://raw.githubusercontent.com/emacs-lsp/lsp-dart/screenshots/flutter-fringe-colors.gif )
67+
68+ You can disable the feature setting ` lsp-dart-fringe-colors ` to ` nil ` .
69+
6270## Supported settings
6371
6472* ` lsp-dart-sdk-dir ` - Install directory for dart-sdk.
@@ -72,6 +80,7 @@ Running a test interactively:
7280* ` lsp-dart-flutter-outline ` - Enable the Flutter outline tree view feature on server lsp.
7381* ` lsp-dart-outline-position-params ` - The outline tree position params. Defaults to side.
7482* ` lsp-dart-flutter-outline-position-params ` - The Flutter outline tree position params. Defaults to side.
83+ * ` lsp-dart-fringe-colors ` - Enable the flutter colors on fringe. Defaults to t.
7584
7685## Additional packages
7786* [ lsp-ui] ( https://github.com/emacs-lsp/lsp-ui ) : Flycheck, documentation and code actions support.
You can’t perform that action at this time.
0 commit comments