mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-01 21:14:38 +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",
|
||||
keys = {
|
||||
"<leader>tr",
|
||||
function()
|
||||
require("ansible").run()
|
||||
end,
|
||||
silent = true,
|
||||
{
|
||||
"<leader>tr",
|
||||
function()
|
||||
require("ansible").run()
|
||||
end,
|
||||
silent = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue