chore(nvim): remove copilot

ran out of money
main
sudo pacman -Syu 2023-10-06 23:52:27 +07:00
parent b18e94795d
commit 22d63332fe
1 changed files with 0 additions and 33 deletions

View File

@ -546,37 +546,4 @@ require("lazy").setup({
})
end,
},
-- https://github.com/zbirenbaum/copilot.lua
{
"zbirenbaum/copilot.lua",
event = "InsertEnter",
config = function()
require("copilot").setup({
panel = {
enabled = false,
},
suggestion = {
enabled = true,
auto_trigger = false,
keymap = {
accept = "<M-l>",
next = "<M-Space>",
prev = "<Nop>",
dismiss = "<Nop>",
},
},
filetypes = {
["."] = false,
c = true,
cpp = true,
go = true,
java = true,
lua = true,
proto = true,
python = true,
},
})
end,
},
})