fannheyward / coc-markdownlint

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

codeAction `(Plug)<coc-codeaction-line>` not work. #454

Closed spiedeman closed 2 years ago

spiedeman commented 2 years ago

description: After installing this extension, I open a md file, then map (Plug)<coc-codeaction-line> to <leader>m, but not working. (Plug)<coc-codeaction> works fine.

vim version: 8.2 coc.nvim version: 0.0.80-dc2f8ac4 node version: v16.15.0

coc-markdownlint-bug1 coc-markdownlint-bug2

fannheyward commented 2 years ago

Can't reproduce, I've set nmap <leader>m <Plug>(coc-codeaction-line) in my init.vim, works as expected.