Skip to content

Commit

Permalink
fix(ansible): incorrect key spec
Browse files Browse the repository at this point in the history
  • Loading branch information
folke authored and konosubakonoakua committed Apr 24, 2024
1 parent 3e68d4c commit 7079b99
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lua/lazyvim/plugins/extras/lang/ansible.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
},
}

0 comments on commit 7079b99

Please sign in to comment.