Files
dotfiles/nvim/lua/plugins/copilot.lua
d0zingcat 711134daff chore
Signed-off-by: d0zingcat <leewtang@gmail.com>
2024-06-19 07:38:29 +08:00

25 lines
514 B
Lua

-- return {
-- 'zbirenbaum/copilot.lua',
-- cmd = 'Copilot',
-- event = 'InsertEnter',
-- opts = {
-- -- panel = {
-- -- auto_refresh = true,
-- -- },
-- filetypes = {
-- ['*'] = true,
-- },
-- suggestion = {
-- auto_trigger = true,
-- keymap = {
-- accept = '<C-e>',
-- next = '<C-j>',
-- prev = '<C-k>',
-- }
-- }
-- }
-- }
return {
}