Description
Code mistakes can be caught earlier in Neovim by running syntax and quality checks during editing. It is useful for developers who want fast feedback before running full project tests.
Syntax checkers may execute external tools from the project. Use trusted workspaces and review diagnostics before applying changes.