Skip to content

Commit 92eabab

Browse files
committed
Update readme
1 parent 0649339 commit 92eabab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)