mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 21:44:37 +02:00
fix(ansible): incorrect key spec
This commit is contained in:
parent
ed135e6ffd
commit
b2a0ae6d0d
1 changed files with 7 additions and 5 deletions
|
@ -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,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue