mfussenegger / nvim-lint

nvim-lint

Mirror of: https://codeberg.org/mfussenegger/nvim-lint An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
2758 769 0 1 week ago
lsp awesome-neovim
nvim-lint is an asynchronous linter that works as a complementary tool to the built-in LSP. It spawns linters, parses their output, and reports the results using the vim.diagnostic module. The plugin is useful for languages that do not have language servers or when standalone linters provide better results. It supports various linters out-of-the-box and allows for the addition of custom linters.