Select a color scheme for your Dotfyle experience

mfussenegger / nvim-lint

nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
1599 283 4 5 days 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.