copilot: disable until I actually have the will power to fix it :p

This commit is contained in:
kossLAN 2024-09-01 02:46:31 -04:00
parent 30c6c69557
commit bb6c005380
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
8 changed files with 33 additions and 194 deletions

View file

@ -1,15 +1,15 @@
-- Copilot related plugins setup
require('CopilotChat').setup {
debug = true,
}
require('copilot_cmp').setup()
require('copilot').setup {
suggestion = { enabled = false },
panel = { enabled = false },
filetypes = {
['*'] = false,
},
copilot_node_command = 'node',
}
-- require('CopilotChat').setup {
-- debug = true,
-- }
--
-- require('copilot_cmp').setup()
--
-- require('copilot').setup {
-- suggestion = { enabled = false },
-- panel = { enabled = false },
-- filetypes = {
-- ['*'] = false,
-- },
-- copilot_node_command = 'node',
-- }