We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我使用的是blink.cmp,补全时会保留多余的 .
.
{ "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, }
The text was updated successfully, but these errors were encountered:
你指的多余大概是啥意思?
Sorry, something went wrong.
补全多了一个点
blink和cmp的处理方式可能有点不一样?
No branches or pull requests
补全不符合预期
bandicam.2024-12-29.16-34-52-568-00.00.07.472-00.00.23.973.mp4
我使用的是blink.cmp,补全时会保留多余的
.
fittencode配置
The text was updated successfully, but these errors were encountered: