Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 05909e1

Browse files
authored
Update README.md
1 parent 2feaaab commit 05909e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ plugin-adding command is `Plugin`.
6161
" Add maktaba and codefmt to the runtimepath.
6262
" (The latter must be installed before it can be used.)
6363
Plugin 'google/vim-maktaba'
64-
Plugin 'google/vim-codefmt'
64+
Plugin 'TruncatedDinosour/vim-codefmt'
6565
" Also add Glaive, which is used to configure codefmt's maktaba flags. See
6666
" `:help :Glaive` for usage.
6767
Plugin 'google/vim-glaive'
@@ -148,9 +148,6 @@ here](https://github.com/google/vim-codefmt/wiki/Formatter-Integration-Guide).
148148
call s:plugin.Flag('myformatter_executable', 'myformatter')
149149
```
150150
151-
* Create a [vroom](https://github.com/google/vroom) test named
152-
`vroom/myformatter.vroom` to ensure your formatter works properly.
153-
154151
* Update the README.md to mention your new filetype!
155152
156153
That's it! Of course, the complicated step is in the details of

0 commit comments

Comments
 (0)