fix(ansible): incorrect key spec

This commit is contained in:
Folke Lemaitre 2024-03-07 16:40:58 +01:00 committed by Andreas Gerlach
parent 39fbfd79eb
commit a08514d809

View file

@ -26,6 +26,7 @@ return {
{
"mfussenegger/nvim-ansible",
keys = {
{
"<leader>tr",
function()
require("ansible").run()
@ -33,4 +34,5 @@ return {
silent = true,
},
},
},
}