Skip to content

补全不符合预期 #115

@ziboh

Description

@ziboh

补全不符合预期

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,
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions