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", "mfussenegger/nvim-ansible",
keys = { keys = {
"<leader>tr", {
function() "<leader>tr",
require("ansible").run() function()
end, require("ansible").run()
silent = true, end,
silent = true,
},
}, },
}, },
} }