luozhiya
luozhiya
Hi @YanVugenfirer I am using C++ and created the Console App project through VS's templates.
@hoofcushion 在 #60 利用了 Neovim 0.10.0 的新API 实现了 charwise 和 blockwise 选区文本功能,如果您感兴趣的话,欢迎提交PR兼容以前版本的 Neovim
@hoofcushion 刚刚又更新了 ,您再试一下看看
@cxwx 多行补全需要设置一下cmp ``` mapping = { [''] = cmp.mapping.confirm({ behavior = cmp.ConfirmBehavior.Insert, select = false }), } ```
@cxwx 您找到解决方法了吗
@cxwx 这个问题挺奇怪的,按 `cmp` 设计,多行要正确展开要调用 `conform`,用 Tab (select_next_item) 的话,只能插入第一行。 在只有一个补全的情况下,也需要用 `conform` 来展开。 在 #102 中改进了一下 cmp,支持 [多行 ghost_text](https://github.com/hrsh7th/nvim-cmp/pull/1886) 另外去掉了首行是空行的补全,因为 cmp 会剪裁掉空行,使得结果不一致。
@LHAASOIHEP 谢谢您的支持,` fittencode.nvim` 是个新项目,还有很多不足和需要改进的地方
@Suit9uy 您更新一下,#46 已经修复该问题了
@zengtianli 您好 `force` 选项是在 [fix(highlight): add force in nvim_set_hl by glepnir · Pull Request #25229 · neovim/neovim](https://github.com/neovim/neovim/pull/25229) 中添加的,commit 时间晚于 `c4f4c7a`。 但是现在 Neovim 没有检测 commit 和 `nvim_set_hl` 选项有效性的 API,只能暂时先不设置这个了。 请您更新一下 `fittencode.nvim`,应该没问题了。
I would be interested in contributing to support Chinese. Here is the simplest example ```html Hello World 中文 汉字 zhongwen hanzi ``` To preview this example, first install a CJK...