Skip to content

Copilot Auto-Complete adds "<80>@7kD" #240

@jaskrrish

Description

@jaskrrish

Problem

  • When I try to autocomplete the suggestions given from copilot, then at the end it adds the character "<80>@7" , and if i autocomplete inside the brackets then it adds "<80>@7kd" in the start and "<80>@7" in the end.

Configs

  • I use NvChad as my neovim configuration and here is the mapping configuration for it.
map("i", "<C-l>", function()
  return vim.fn["copilot#Accept"]()
end, {
  desc = "Copilot Accept",
  expr = true,
  silent = true,
  noremap = true,
  replace_keycodes = true
})

Error Reference

	fmt.Println("Visit http://localhost:8080/hello for greeting")<80>@7

Although the <80> is hidden but shown in the neovim

when i open the same line of code in the VS Code it shows like this :

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions