issues
search
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
What config did you do to get the ⚠️?
How did you get the highlighting on "https", is that neoclide/coc-prettier?
fannheyward
commented
2 years ago
Sorry for the late response.
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.
the highlighting on url is came from nvim.