fannheyward / coc-markdownlint

markdownlint extension for coc.nvim
MIT License
170 stars 2 forks source link

readme里面的自动修复格式的功能是怎么触发的? #580

Closed BinghamChi closed 5 months ago

BinghamChi commented 5 months ago

文档里的(coc-codeaction)在默认设置的vim里快捷键是什么呀?

fannheyward commented 5 months ago

没有默认,需要你自己设置 key-mapping,比如 nmap <silent> ga <Plug>(coc-codeaction). Check :h coc-code-actions