disable minuet-ai
This commit is contained in:
parent
af81505eaf
commit
b14f61daaa
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue