mason-nvim-lint
mason-nvim-lint copied to clipboard
Add setting to ignore linters
In my nvim-lint
setup I have a linter for fish set up:
lint.linters_by_ft = {
fish = { 'fish' },
}
Now fish doesn't need a separate linter to be installed, it has the linter in it's executable. However, this plugin detects fish and tries to install it, failing with:
Linters [fish] are absent in the mason's registry. Please, install them manually and remove from configuration.
It would be nice to have an option to ignore certain linters.