mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(ansible): resolve conflicting keymap with 'Run Nearest' from test/core
This commit is contained in:
parent
97480dc5d2
commit
b8e0402ec6
1 changed files with 2 additions and 1 deletions
|
|
@ -27,11 +27,12 @@ return {
|
|||
"mfussenegger/nvim-ansible",
|
||||
keys = {
|
||||
{
|
||||
"<leader>tr",
|
||||
"<leader>tR",
|
||||
function()
|
||||
require("ansible").run()
|
||||
end,
|
||||
silent = true,
|
||||
desc = "Run Ansible",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue