mfussenegger / nvim-lint

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

codespell: use stdin #596

Closed Jendker closed 3 weeks ago

Jendker commented 4 weeks ago

This PR enables the stdin mode for codespell.

This is a follow-up PR to https://github.com/mfussenegger/nvim-lint/pull/457 after the codespell has been released with required changes which simplify the output parsing.