🗑️ remove(nvim): ansible plugin from the ansible extra

already declared in the lazyvim extra
This commit is contained in:
Sergio Laín 2024-04-01 13:46:04 +02:00
parent 0422342102
commit 603fa0260a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -31,14 +31,6 @@ return {
}, },
}, },
}, },
{
"mfussenegger/nvim-ansible",
ft = "yaml.ansible",
-- stylua: ignore
keys = {
{ "<leader>tp", function() require("ansible").run() end, desc = "Run Ansible Playbooks" },
},
},
{ {
"luckasRanarison/nvim-devdocs", "luckasRanarison/nvim-devdocs",
optional = true, optional = true,