mirror of
https://github.com/kossLAN/nvim-flake.git
synced 2025-11-05 02:09:49 -05:00
copilot: disable until I actually have the will power to fix it :p
This commit is contained in:
parent
30c6c69557
commit
bb6c005380
8 changed files with 33 additions and 194 deletions
|
|
@ -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',
|
||||
-- }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue