docs: fix linting

master
Ika 2018-10-06 20:20:41 +08:00
parent 7920e6fdde
commit d9ddbe215e
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ Install coc.nvim with your favorite plugin manager, such as [vim-plug](https://g
```
Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install()}}
```
And install coc-prettier by command:
```
@ -106,6 +107,7 @@ command! -nargs=0 Prettier :call CocAction('runCommand', 'prettier.formatFile')
```
Update your `coc-settings.json` for languages that you want format on save.
```
"coc.preferences.formatOnSaveFiletypes": ["css", "Markdown"],
```