Skip to content

LazyExtras markdown; How to configure markdownlint? #2268

Answered by dpetka2001
lunchboxer asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try the following

-- ~/.config/nvim/lua/plugins/lint.lua
return {
  {
    "mfussenegger/nvim-lint",
    opts = {
      linters = {
        markdownlint = {
          args = { "--disable", "MD013", "--" },
        },
      },
    },
  },
}

Test if it works how you want.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lunchboxer
Comment options

You must be logged in to vote
1 reply
@rogeriopvl
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants