Skip to content

Commit 07f4d70

Browse files
authored
Minor README cleanup (#98)
- Fix the grammar in an FAQ header, remove double negative. - Update links from `dartlang.org` to `dart.dev`. - Consistently use a space for reference link definitions.
1 parent 917d0fe commit 07f4d70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ configured to start the Dart analysis server with the `--lsp` flag.
1010

1111
Looking for an IDE experience? See the [Dart Tools][] page.
1212

13-
[Dart]: http://www.dartlang.org/
14-
[Dart tools]: http://www.dartlang.org/tools/
13+
[Dart]: https://dart.dev/
14+
[Dart tools]: https://dart.dev/tools
1515
[vim-lsc]: https://github.com/natebosch/vim-lsc
1616

1717
## Commands
@@ -28,7 +28,7 @@ common choices, be sure to read the docs for each option.
2828

2929
### [vim-plug][]
3030

31-
[vim-plug]:https://github.com/junegunn/vim-plug
31+
[vim-plug]: https://github.com/junegunn/vim-plug
3232

3333
```vimscript
3434
call plug#begin()
@@ -42,7 +42,7 @@ Then invoke `:PlugInstall` to install the plugin.
4242

4343
### [pathogen][]
4444

45-
[pathogen]:https://github.com/tpope/vim-pathogen
45+
[pathogen]: https://github.com/tpope/vim-pathogen
4646

4747
Clone the repository into your pathogen directory.
4848

@@ -55,7 +55,7 @@ Ensure your `.vimrc` contains the line `execute pathogen#infect()`
5555

5656
### [vundle][]
5757

58-
[vundle]:https://github.com/VundleVim/Vundle.vim
58+
[vundle]: https://github.com/VundleVim/Vundle.vim
5959

6060
```vimscript
6161
set rtp+=~/.vim/bundle/Vundle.vim
@@ -83,7 +83,7 @@ Enable DartFmt execution on buffer save with `let dart_format_on_save = 1`
8383

8484
## FAQ
8585

86-
### Why doesn't the plugin does not indent identically to `dartfmt`?
86+
### Why doesn't the plugin indent identically to `dartfmt`?
8787

8888
The indentation capabilities within vim are limited and it's not easy to fully
8989
express the indentation behavior of `dartfmt`. The major area where this plugin

0 commit comments

Comments
 (0)