This commit is contained in:
parent
be06289af5
commit
897f4d7059
1 changed files with 0 additions and 2 deletions
|
@ -32,7 +32,6 @@ require("copilot").setup({
|
||||||
--lazy
|
--lazy
|
||||||
{ "zbirenbaum/copilot-cmp", config = true, event = "InsertEnter" },
|
{ "zbirenbaum/copilot-cmp", config = true, event = "InsertEnter" },
|
||||||
|
|
||||||
|
|
||||||
--nvim-cmp
|
--nvim-cmp
|
||||||
local cmp = require("cmp")
|
local cmp = require("cmp")
|
||||||
|
|
||||||
|
@ -101,7 +100,6 @@ CopilotChat.nvimは名前通りCopilotとの対話機能を提供するプラグ
|
||||||
{ "CopilotC-Nvim/CopilotChat.nvim", build = "make tiktoken" },
|
{ "CopilotC-Nvim/CopilotChat.nvim", build = "make tiktoken" },
|
||||||
|
|
||||||
--CopilotChat
|
--CopilotChat
|
||||||
|
|
||||||
local select = require("CopilotChat.select")
|
local select = require("CopilotChat.select")
|
||||||
|
|
||||||
require("CopilotChat").setup({
|
require("CopilotChat").setup({
|
||||||
|
|
Loading…
Reference in a new issue