config/.config/nvim/lua/lazyvim/plugins/copilot.lua
2024-04-09 12:14:35 +09:30

25 lines
753 B
Lua

return {
-- {
-- "zbirenbaum/copilot.lua",
-- event = "VeryLazy",
-- build = ":Copilot auth",
-- opts = {
-- suggestion = {
-- enabled = true,
-- auto_trigger = true,
-- keymap = {
-- accept = "<C-c>l",
-- next = "<C-c>]",
-- prev = "<C-c>[",
-- dismiss = "<C-c>x",
-- },
-- },
-- panel = { enabled = true },
-- filetypes = {
-- markdown = true,
-- help = true,
-- },
-- },
-- }
}