dotfiles/home/nvim/files/lua/plugins/copilot.lua

20 lines
437 B
Lua

return {}
-- return {
-- "zbirenbaum/copilot.lua",
-- cmd = "Copilot",
-- event = "InsertEnter",
-- opts = {
-- suggestion = {
-- auto_trigger = true,
-- auto_refresh = true,
-- keymap = {
-- accept = "<leader><Tab>",
-- },
-- },
-- filetypes = {
-- markdown = true,
-- tex = true,
-- }
-- }
-- }