1 -- An asynchronous linter plugin for Neovim complementary to
 
   2 -- the built-in Language Server Protocol support.
 
   3 -- https://github.com/mfussenegger/nvim-lint
 
   6         event = { "BufEnter" },
 
   8                 require("lint").linters_by_ft = {
 
  11                         nix = { "deadnix", "statix" },
 
  12                         sh = { "shellcheck" },