nvim/plugin-confs/copilot-cmp.lua

9 lines
245 B
Lua
Raw Normal View History

2023-08-15 13:44:53 -07:00
require("copilot_cmp").setup({
suggestion = { enabled = false },
panel = { enabled = false }
-- method = "getCompletionsCycling",
-- formatters = {
-- insert_text = require("copilot_cmp.format").remove_existing
-- }
})