remove unused copilot mappings

pull/2680/head
Panos Sakkos 6 months ago
parent 26ea98b69b
commit 3785179c26

@ -64,24 +64,6 @@ M.general = {
},
}
M.copilot = {
plugin = true,
n = {
["<leader>ce"] = {
function()
require("copilot.command").enable()
end,
"Enable Copilot",
},
["<leader>cd"] = {
function()
require("copilot.command").disable()
end,
"Disable Copilot",
},
},
}
M.dap = {
plugin = true,
n = {

Loading…
Cancel
Save