[nvim] fix erblint command name

This commit is contained in:
eleith 2023-03-04 02:25:47 +00:00
parent f9596bf507
commit d9b8bec6fa
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ return {
}),
null_ls.builtins.formatting.erb_lint.with({
condition = function()
return utils.is_executable("erb_lint")
return utils.is_executable("erblint")
end,
}),