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

Jump to next/previous errors #652

Closed skrattaren closed 2 months ago

skrattaren commented 2 months ago

I am sorry if I miss anything in the docs, but it seems to me that it's not possible to navigate between errors/warning like with ale_next_wrap/ale_previous_wrap. It's very useful when fixing issues in a big source file.

If there's such a feature already, please document it in the README.

mfussenegger commented 2 months ago

nvim-lint instead has a more narrow scope: It spawns linters, parses their output, and reports the results via the vim.diagnostic module.

Jumping is handled by vim.diagnostic.