Update modules/plugins/diagnostics/nvim-lint/config.nix

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
Phan Đăng Khoa 2025-04-13 16:06:58 +07:00 committed by GitHub
parent 5c3a90e3f6
commit f4ee6a275f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ in {
-- if no configuration files are configured, lint
if cwd == nil then
require("lint").try_lint(name)
require("lint").lint(linter)
else
-- if configuration files are configured and present in the project, lint
for _, fn in ipairs(cwd) do