-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
补全不符合预期
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,
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels