We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ae5b2 commit 3c074fdCopy full SHA for 3c074fd
README.md
@@ -122,15 +122,15 @@ here](https://github.com/google/vim-codefmt/wiki/Formatter-Integration-Guide).
122
logic for formatting goes.
123
124
* Register the formatter in
125
- [plugin/register.vim](https://github.com/google/vim-codefmt/blob/master/plugin/register.vim)
+ [plugin/register.vim](plugin/register.vim)
126
with:
127
128
```vim
129
call s:registry.AddExtension(codefmt#myformatter#GetFormatter())
130
```
131
132
* Create a flag in
133
- [instant/flags.vim](https://github.com/google/vim-codefmt/blob/master/instant/flags.vim)
+ [instant/flags.vim](instant/flags.vim)
134
135
136
""
0 commit comments