[Docs] Fix some broken formatting
This commit is contained in:
parent
75b7ebf684
commit
dd53dc3591
2 changed files with 10 additions and 8 deletions
|
@ -4,18 +4,20 @@
|
||||||
|
|
||||||
This module builds on top of the lsp-module.
|
This module builds on top of the lsp-module.
|
||||||
|
|
||||||
The dart module is powered by [lsp-dart](https://emacs-lsp.github.io/lsp-dart/)
|
The dart module is powered by [lsp-dart](https://emacs-lsp.github.io/lsp-dart/).
|
||||||
|
|
||||||
Some features it provides:
|
Some features it provides:
|
||||||
|
|
||||||
- Flutter integration
|
- Flutter integration
|
||||||
- Tree views
|
- Tree views
|
||||||
- Run pub
|
- Run pub
|
||||||
- Debug
|
- Debug
|
||||||
- Run tests
|
- Run tests
|
||||||
|
|
||||||
Some commands:
|
Some essential commands:
|
||||||
`lsp-dart-pub-get` - Run pub get or flutter pub get on project root.
|
|
||||||
`lsp-dart-pub-upgrade` - Run pub upgrade or flutter pub upgrade on project root.
|
- `lsp-dart-pub-get` - Run pub get or flutter pub get on project root.
|
||||||
`lsp-dart-pub-outdated` - Run pub outdated or flutter pub outdated on project root.
|
- `lsp-dart-pub-upgrade` - Run pub upgrade or flutter pub upgrade on project root.
|
||||||
`lsp-dart-run-all-tests` - Run all tests from project.
|
- `lsp-dart-pub-outdated` - Run pub outdated or flutter pub outdated on project root.
|
||||||
`lsp-dart-run-test-file` - Run all tests from current test buffer.
|
- `lsp-dart-run-all-tests` - Run all tests from project.
|
||||||
|
- `lsp-dart-run-test-file` - Run all tests from current test buffer.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Some basic configuration for prelude-dart.
|
;; Basic configuration for programming in Dart.
|
||||||
|
|
||||||
;;; License:
|
;;; License:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue