fix(ansible): incorrect key spec

This commit is contained in:
Folke Lemaitre 2024-03-07 16:40:58 +01:00
parent ed135e6ffd
commit b2a0ae6d0d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -26,11 +26,13 @@ return {
{
"mfussenegger/nvim-ansible",
keys = {
"<leader>tr",
function()
require("ansible").run()
end,
silent = true,
{
"<leader>tr",
function()
require("ansible").run()
end,
silent = true,
},
},
},
}