fannheyward / coc-markdownlint

markdownlint extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

spiedeman opened this issue · comments

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

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