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

feat(codespell): support parsing the standard return format of codesp… #601

Closed SDGLBL closed 3 weeks ago

SDGLBL commented 3 weeks ago

…ell and provide standard vim info hints containing accurate line and column information.

The initial implementation of the codespell linter only supported parsing lines. This commit adds column parsing, thereby supporting more accurate hint displays.

Before:

image

After:

image