fannheyward / coc-markdownlint

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

Questions from your screenshot #450

Closed dngray closed 2 years ago

dngray commented 2 years ago

image

  1. What config did you do to get the ⚠️?
  2. How did you get the highlighting on "https", is that neoclide/coc-prettier?
fannheyward commented 2 years ago

Sorry for the late response.

  1. coc-markdownlint will lint the MD file, provides diagnostics to coc.nvim, coc will display the sign to signcolumn. By default, warning sign is ⚠️, you can change diagnostic.warningSign in your coc-settings.json.
  2. the highlighting on url is came from nvim.