Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

coc-markdownlint

Heyward Fann

Markdownlint extension for coc.nvim

Installation CommandVim prompt
:CocInstall coc-markdownlint
GitHub owner
Heyward Fann
Version
v1.41.0
npm package
coc-markdownlint
Requirements
coc ^0.0.80
License
MIT
Repository
GitHub
npm latest published 2026-06-17Registry checked 2026-08-23Registry summary

Published Package Summary

coc-markdownlint

markdownlint for Vim/Neovim, works as coc.nvim extension.

image

Features

  • Style lint
  • Autofix

<Plug>(coc-codeaction) on current diagnostic, you will find available codeAction, choose by number to fix.

autofix

Install

:CocInstall coc-markdownlint

Configurations

  • markdownlint.onOpen: lint on open a file, default true
  • markdownlint.onChange: lint on changing a file, default true
  • markdownlint.onSave: lint on saving a file, default true
  • markdownlint.config: configurations rules used by markdownlint, default {}

CodeActions

Provides codeAction for current file or line to disable markdownlint, triggered by <Plug>(coc-codeaction) and <Plug>(coc-codeaction-line)

Rules

You can configures the markdownlint rules to use, for example:

{
  "default": true,
  "line_length": false
}

coc-markdownlint can read configurations from:

  1. Global configuration file that rc can find, for example $HOME/.markdownlintrc. Checkout rc for more examples.
  2. markdownlint.config section in coc-settings.json
  3. .markdownlint.{json, yaml} in local workspace root

License

MIT


This extension is created with create-coc-extension

Read the complete README
  • Markdownlint extension for coc.nvim
Activation Events
  • onLanguage:markdown
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.