disable minuet-ai

This commit is contained in:
Gered 2024-11-10 14:26:22 -05:00
parent af81505eaf
commit b14f61daaa

View file

@ -41,6 +41,7 @@ return {
-- dir = '~/code/minuet-ai.nvim',
url = 'ssh://git@code.blarg.ca:2250/gered/minuet-ai.git',
branch = 'openai_fim_fn_customizations',
enabled = false,
config = function()
local function get_stop_tokens(model)
if model:match '^codellama' then
@ -203,7 +204,7 @@ return {
end, { 'i', 's' }),
-- explicit keybinding for minuet-ai completions
['<C-x>'] = require('minuet').make_cmp_map(),
-- ['<C-x>'] = require('minuet').make_cmp_map(),
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps