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 providing codespell hints containing accurat… #602

Open SDGLBL opened 3 weeks ago

SDGLBL commented 3 weeks ago

…e line and column information.

Support parsing the standard return format of codespell 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.

Pre:

image

After:

image