🐛 fix(nvim): typo when registering ansible-lint

This commit is contained in:
Sergio Laín 2024-04-02 09:16:39 +02:00
parent 14dbedc482
commit 9ec49707d1
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -27,7 +27,7 @@ return {
"mfussenegger/nvim-lint",
opts = {
linters_by_ft = {
ansible = { "ansible-lint" },
ansible = { "ansible_lint" },
},
},
},