Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

补全不符合预期 #115

Open
ziboh opened this issue Dec 29, 2024 · 3 comments
Open

补全不符合预期 #115

ziboh opened this issue Dec 29, 2024 · 3 comments

Comments

@ziboh
Copy link
Contributor

ziboh commented Dec 29, 2024

补全不符合预期

bandicam.2024-12-29.16-34-52-568-00.00.07.472-00.00.23.973.mp4

我使用的是blink.cmp,补全时会保留多余的 .

fittencode配置

{
    "luozhiya/fittencode.nvim",
    init = function()
      vim.g.enabled_fittencode = false
    end,
    enabled = true,
    event = "InsertEnter",
    config = function()
      require("fittencode").setup({
        completion_mode = "source",
      })
      if not vim.g.enabled_fittencode then
        require("fittencode").enable_completions({ enable = false })
      end
    end,
    lazy = true,
  }
@cxwx
Copy link
Contributor

cxwx commented Dec 29, 2024

你指的多余大概是啥意思?

@ziboh
Copy link
Contributor Author

ziboh commented Dec 29, 2024

你指的多余大概是啥意思?

补全多了一个点

@luozhiya
Copy link
Owner

luozhiya commented Jan 3, 2025

blink和cmp的处理方式可能有点不一样?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants