🐛 fix(nvim): typo when registering ansible-lint
This commit is contained in:
parent
14dbedc482
commit
9ec49707d1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ return {
|
|||
"mfussenegger/nvim-lint",
|
||||
opts = {
|
||||
linters_by_ft = {
|
||||
ansible = { "ansible-lint" },
|
||||
ansible = { "ansible_lint" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue