diff --git a/nvim/lua/plugins/nvim-cmp.lua b/nvim/lua/plugins/nvim-cmp.lua index d1f4173..e14996f 100644 --- a/nvim/lua/plugins/nvim-cmp.lua +++ b/nvim/lua/plugins/nvim-cmp.lua @@ -51,7 +51,7 @@ return { return { '', '<|end_of_text|>', '<|endoftext|>' } elseif model:match '^codestral' then return { '[INST]', '[/INST]', '[PREFIX]', '[MIDDLE]', '[SUFFIX]' } - elseif model:match '^deepseek-coder' then + elseif model:match '^deepseek%-coder' then return nil end end