diff --git a/nvim/lua/plugins/nvim-cmp.lua b/nvim/lua/plugins/nvim-cmp.lua index 35702ce..8f501f6 100644 --- a/nvim/lua/plugins/nvim-cmp.lua +++ b/nvim/lua/plugins/nvim-cmp.lua @@ -48,7 +48,7 @@ return { elseif model:match '^qwen' then return { '<|endoftext|>' } elseif model:match '^starcoder' then - return { '', '<|end_of_text|>', '<|endoftext|>' } + return { '', '', '', '', '<|endoftext|>' } elseif model:match '^codestral' then return { '[INST]', '[/INST]', '[PREFIX]', '[MIDDLE]', '[SUFFIX]' } elseif model:match '^deepseek%-coder' then