Skip to content

Commit

Permalink
chore(README): use CocActionAsync
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Jan 11, 2022
1 parent e8bbb87 commit 10c3a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ nmap <silent> <C-s> <Plug>(coc-range-select)
xmap <silent> <C-s> <Plug>(coc-range-select)
" Add `:Format` command to format current buffer.
command! -nargs=0 Format :call CocAction('format')
command! -nargs=0 Format :call CocActionAsync('format')
" Add `:Fold` command to fold current buffer.
command! -nargs=? Fold :call CocAction('fold', <f-args>)
Expand Down

0 comments on commit 10c3a7b

Please sign in to comment.