mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
2.03k stars 209 forks source link

fix: format error in README example #658

Closed usami closed 2 months ago

usami commented 2 months ago

The example config in Usage section has a format error.

This

  markdown = {'value',}

should be

  markdown = {'value'},
mfussenegger commented 2 months ago

Thanks