EdwardLU

Results 16 comments of EdwardLU

After changed my colorscheme from "PaperColor" to "monokai", it worked! But why?

@KennethThompson Have you slove this issue? I've met this, too. Both `execAndGet` and `executeStep` have I tried, but both of them return 0 (my table has 1 data). Hope for...

> @KennethThompson Have you slove this issue? I've met this, too. Both `execAndGet` and `executeStep` have I tried, but both of them return 0 (my table has 1 data). Hope...

![rime-issue](https://user-images.githubusercontent.com/19567041/223037541-c1a4a2e9-6969-4d77-9043-9bce76eba542.gif) 可能是我没有表达清楚,我录了一段gif,是更新到 Release v0.2.1 之后的; 环境是:ubuntu20.04,运行在WSL2 编辑器:nvim0.9.0 补全插件:coc coc配置: ```json "languageserver": { "clangd": { "command": "clangd", "rootPatterns": [ "compile_flags.txt", "compile_commands.json", ".git" ], "filetypes": [ "c", "cc", "cpp", "c++", "objc", "objcpp",...

好的,那我用minimal配置调试一下。

我在`init.vim`里只配置了Plugin coc和官方的coc配置,还是无法连续补全。