return { "milanglacier/minuet-ai.nvim", enabled = false, opts = { end_point = "http://127.0.0.1:1234/v1/chat/completions", virtualtext = { auto_trigger_ft = {}, keymap = { -- accept whole completion accept = "", -- accept one line accept_line = "", -- accept n lines (prompts for number) accept_n_lines = "", -- Cycle to prev completion item, or manually invoke completion prev = "", -- Cycle to next completion item, or manually invoke completion next = "", dismiss = "", }, }, }, config = function(_, opts) require("minuet").setup(opts) end, }